Skip to content

Commit beb5d1f

Browse files
committed
ci: fix release permissions and remove generate notes
1 parent 550641e commit beb5d1f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@ on:
55
tags:
66
- 'v*' # Trigger on tags starting with v, e.g., v1.0.0
77

8+
permissions:
9+
contents: write
10+
811
jobs:
912
build:
1013
runs-on: ubuntu-latest
14+
permissions:
15+
contents: write
1116

1217
steps:
1318
- name: Checkout Code
@@ -35,6 +40,5 @@ jobs:
3540
with:
3641
files: |
3742
build/*.zip
38-
generate_release_notes: true
3943
env:
4044
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}

0 commit comments

Comments
 (0)