We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d58831 commit 5222342Copy full SHA for 5222342
1 file changed
.github/workflows/release.yml
@@ -88,7 +88,7 @@ jobs:
88
zip -r $OUTPUT http-clock
89
90
- name: pre-release
91
- uses: softprops/action-gh-release@v2.2.2
+ uses: softprops/action-gh-release@v2.3.0
92
if: "! startsWith(github.ref, 'refs/tags/')"
93
with:
94
tag_name: nightly-${{ github.sha }}
@@ -98,7 +98,7 @@ jobs:
98
${{ matrix.output }}
99
100
- name: tagged-release
101
102
if: startsWith(github.ref, 'refs/tags/')
103
104
fail_on_unmatched_files: true
0 commit comments