Skip to content

Commit f6e754e

Browse files
committed
chore: fix release upload
1 parent ccf6c39 commit f6e754e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ concurrency:
2626
group: ${{ github.workflow }}-${{ github.ref }}
2727
cancel-in-progress: true
2828

29+
permissions:
30+
contents: write
31+
2932
env:
3033
releaseBuild: ${{ github.event_name == 'push' && contains(github.ref, 'refs/tags/') }}
3134

0 commit comments

Comments
 (0)