Skip to content

Commit e6bae52

Browse files
committed
update permissions for release attachment
1 parent be3dd48 commit e6bae52

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
matrix:
4141
os: [ ubuntu-latest, windows-latest, macos-latest ]
4242
runs-on: ${{ matrix.os }}
43+
permissions:
44+
contents: write
4345
outputs:
4446
full-version: ${{ steps.bootstrap.outputs.full-version }}
4547
major-version: ${{ steps.bootstrap.outputs.major-version }}

0 commit comments

Comments
 (0)