We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ed190d + 487ddba commit 87493ebCopy full SHA for 87493eb
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.3.0
+ uses: softprops/action-gh-release@v2.3.2
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