We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40b8eef commit f641222Copy full SHA for f641222
.github/workflows/release.yml
@@ -93,7 +93,7 @@ jobs:
93
zip -r $OUTPUT base65536
94
95
- name: pre-release
96
- uses: softprops/action-gh-release@v2.4.2
+ uses: softprops/action-gh-release@v2.5.0
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