We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81e10ee commit 4dff0ddCopy full SHA for 4dff0dd
.github/workflows/distribute.yml
@@ -6,10 +6,13 @@ on:
6
- 'v*'
7
8
jobs:
9
- tests:
+ build:
10
name: distribute
11
runs-on: ubuntu-latest
12
13
+ permissions:
14
+ contents: write
15
+
16
strategy:
17
fail-fast: true
18
matrix:
@@ -39,7 +42,7 @@ jobs:
39
42
run: bin/git-user-bend.phar --version
40
43
41
44
- name: Create Release
- uses: softprops/action-gh-release@v1
45
+ uses: softprops/action-gh-release@v2
46
if: startsWith(github.ref, 'refs/tags/')
47
with:
48
files: bin/git-user-bend.phar
0 commit comments