We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 573bd69 commit 663a34cCopy full SHA for 663a34c
.github/workflows/deploy.yml
@@ -39,7 +39,7 @@ jobs:
39
40
- name: Upload to GitHub Releases
41
if: startsWith(github.ref, 'refs/tags/')
42
- uses: softprops/[email protected].8
+ uses: softprops/[email protected].9
43
env:
44
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45
with:
0 commit comments