Skip to content
This repository was archived by the owner on May 26, 2025. It is now read-only.

Commit 21b02ca

Browse files
authored
Update release.yml to include write permission (#28)
per softprops/action-gh-release#236
1 parent 6c5c957 commit 21b02ca

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
@@ -13,6 +13,8 @@ jobs:
1313
release:
1414
name: Create Release
1515
runs-on: ubuntu-latest
16+
permissions:
17+
contents: write
1618
steps:
1719
- uses: actions/checkout@v2
1820
with:

0 commit comments

Comments
 (0)