There was an error while loading. Please reload this page.
2 parents c7c7809 + d338e30 commit 77cec6eCopy full SHA for 77cec6e
1 file changed
.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.1
+ uses: softprops/action-gh-release@v2.4.2
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