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 7f727e6 + 4366c3e commit d3f9f24Copy full SHA for d3f9f24
.github/workflows/CI.yml
@@ -371,7 +371,7 @@ jobs:
371
packages-dir: dist
372
- name: Create a GitHub Release
373
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
374
- uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe
+ uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b
375
with:
376
files: |
377
dist/*
0 commit comments