We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e6e37f + b814f06 commit ccf50e8Copy full SHA for ccf50e8
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.0
+ uses: softprops/action-gh-release@v2.3.2
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