We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48fbe08 commit 2d40376Copy full SHA for 2d40376
.github/workflows/release.yml
@@ -198,7 +198,7 @@ jobs:
198
199
- name: Release | Upload artifacts
200
if: startsWith(github.ref, 'refs/tags/') # Don't create releases when debugging
201
- uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda
+ uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631
202
with:
203
draft: true
204
files: "*-${{ matrix.name }}"
0 commit comments