Skip to content

Commit 2f1e046

Browse files
committed
fix(ci): setup release action
1 parent 95d7c2d commit 2f1e046

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
- main
99
- release
1010

11+
permissions:
12+
contents: write
13+
pull-requests: write
14+
1115
jobs:
1216
release:
1317
name: release
@@ -18,6 +22,7 @@ jobs:
1822
with:
1923
release-type: simple
2024
package-name: CopilotChat.nvim
25+
token: ${{ secrets.GITHUB_TOKEN }}
2126
- uses: actions/checkout@v3
2227
- name: tag stable versions
2328
if: ${{ steps.release.outputs.release_created }}

version.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.2.0

0 commit comments

Comments
 (0)