Skip to content

Commit 4dff0dd

Browse files
committed
Update action-gh-release action
1 parent 81e10ee commit 4dff0dd

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/distribute.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ on:
66
- 'v*'
77

88
jobs:
9-
tests:
9+
build:
1010
name: distribute
1111
runs-on: ubuntu-latest
1212

13+
permissions:
14+
contents: write
15+
1316
strategy:
1417
fail-fast: true
1518
matrix:
@@ -39,7 +42,7 @@ jobs:
3942
run: bin/git-user-bend.phar --version
4043

4144
- name: Create Release
42-
uses: softprops/action-gh-release@v1
45+
uses: softprops/action-gh-release@v2
4346
if: startsWith(github.ref, 'refs/tags/')
4447
with:
4548
files: bin/git-user-bend.phar

0 commit comments

Comments
 (0)