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 6ea3574 + 98490b2 commit 83252f4Copy full SHA for 83252f4
.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@6da8fa9354ddfdc4aeace5fc48d7f679b5214090
+ uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe
369
with:
370
files: |
371
*
0 commit comments