We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 082484e + 051aa63 commit a9a10c2Copy full SHA for a9a10c2
1 file changed
.github/workflows/release.yml
@@ -93,7 +93,7 @@ jobs:
93
zip -r $OUTPUT base32768
94
95
- name: pre-release
96
- uses: softprops/action-gh-release@v2.5.0
+ uses: softprops/action-gh-release@v2.5.3
97
if: "! startsWith(github.ref, 'refs/tags/')"
98
with:
99
tag_name: nightly-${{ github.sha }}
@@ -103,7 +103,7 @@ jobs:
103
${{ matrix.output }}
104
105
- name: tagged-release
106
107
if: startsWith(github.ref, 'refs/tags/')
108
109
fail_on_unmatched_files: true
0 commit comments