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.
1 parent d22242d commit fab4dfbCopy full SHA for fab4dfb
.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].0
+ uses: softprops/[email protected].1
43
env:
44
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45
with:
0 commit comments