2 parents 6bcf17d + 6066de3 commit 611f8efCopy full SHA for 611f8ef
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@v3.0.0
+ uses: softprops/action-gh-release@v3.0.1
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