There was an error while loading. Please reload this page.
1 parent 06adb85 commit 9370e54Copy full SHA for 9370e54
1 file changed
.github/workflows/ci.yaml
@@ -93,6 +93,8 @@ jobs:
93
- build
94
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
95
runs-on: ubuntu-latest
96
+ permissions:
97
+ contents: write
98
steps:
99
- name: Checkout
100
uses: actions/checkout@v4
@@ -125,7 +127,6 @@ jobs:
125
127
name: kp v${{ env.VERSION }}
126
128
tag_name: v${{ env.VERSION }}
129
target_commitish: ${{ github.sha }}
- token: ${{ secrets.RELEASE_TOKEN }}
130
draft: true
131
prerelease: true
132
generate_release_notes: true
0 commit comments