We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99d5b18 + 01c477d commit 1cf5d9aCopy full SHA for 1cf5d9a
1 file changed
.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
36
PATH="./bin/:$PATH" ./build.sh
37
38
- name: pre-release
39
- uses: softprops/action-gh-release@v2.6.1
+ uses: softprops/action-gh-release@v3.0.0
40
if: "! startsWith(github.ref, 'refs/tags/')"
41
with:
42
tag_name: "latest"
@@ -47,7 +47,7 @@ jobs:
47
resources.tar
48
49
- name: tagged-release
50
51
if: startsWith(github.ref, 'refs/tags/')
52
53
prerelease: false
0 commit comments