We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3fffa3a + 1f2a9fe commit 28211ceCopy full SHA for 28211ce
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.3.4
+ uses: softprops/action-gh-release@v2.4.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