Skip to content

Commit 3828de0

Browse files
committed
fix gh release action
1 parent 51d4f4e commit 3828de0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
runs-on: ubuntu-latest
1717
outputs:
1818
VERSION: ${{ steps.vars.outputs.VERSION }}
19+
permissions:
20+
contents: write
1921
steps:
2022
- name: Checkout
2123
uses: actions/checkout@v3
@@ -44,8 +46,7 @@ jobs:
4446
needs: [ precheck ]
4547
runs-on: ubuntu-latest
4648
permissions:
47-
contents: read
48-
issues: write
49+
contents: write
4950
steps:
5051
- name: Checkout
5152
uses: actions/checkout@v3

0 commit comments

Comments
 (0)