We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b0df95c + 4d90dbd commit d3bcb5aCopy full SHA for d3bcb5a
.github/workflows/CI.yml
@@ -365,7 +365,7 @@ jobs:
365
args: --non-interactive --skip-existing *
366
- name: Create a GitHub Release
367
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
368
- uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836
+ uses: softprops/action-gh-release@62c96d0c4e8a889135c1f3a25910db8dbe0e85f7
369
with:
370
files: |
371
*
0 commit comments