We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d26148 commit c8197eaCopy full SHA for c8197ea
2 files changed
.github/workflows/release.yml
@@ -5,6 +5,9 @@ on:
5
tags:
6
- "v*"
7
8
+permissions:
9
+ contents: write
10
+
11
jobs:
12
publish:
13
runs-on: ubuntu-latest
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "opencode-worktree",
3
- "version": "0.2.0",
+ "version": "0.2.1",
4
"private": false,
"type": "module",
"description": "TUI for managing git worktrees with opencode integration.",
0 commit comments