We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 25eaa4c + 007b064 commit 22017e9Copy full SHA for 22017e9
1 file changed
.github/workflows/release.yaml
@@ -63,7 +63,7 @@ jobs:
63
path: dist/
64
65
- name: Upload to release
66
- uses: softprops/action-gh-release@v2
+ uses: softprops/action-gh-release@v3
67
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
68
with:
69
files: dist/*
0 commit comments