Skip to content

Commit c8197ea

Browse files
committed
Grant release permissions
1 parent 4d26148 commit c8197ea

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
tags:
66
- "v*"
77

8+
permissions:
9+
contents: write
10+
811
jobs:
912
publish:
1013
runs-on: ubuntu-latest

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencode-worktree",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"private": false,
55
"type": "module",
66
"description": "TUI for managing git worktrees with opencode integration.",

0 commit comments

Comments
 (0)