Skip to content

Commit a42f700

Browse files
committed
ci: grant contents write permission for release workflow
1 parent af8036f commit a42f700

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
tags:
66
- "v*"
77

8+
permissions:
9+
contents: write
10+
811
jobs:
912
build:
1013
runs-on: ubuntu-latest
@@ -37,4 +40,4 @@ jobs:
3740
- name: Publish to GitHub Releases
3841
uses: softprops/action-gh-release@v2
3942
with:
40-
files: dist/tmhole-${{ matrix.target }}
43+
files: dist/*

0 commit comments

Comments
 (0)