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 5564daa commit d93aa79Copy full SHA for d93aa79
.github/workflows/build-binaries.yml
@@ -67,7 +67,7 @@ jobs:
67
echo "ASSET=${artifact_base}.tar.gz" >> $GITHUB_ENV
68
69
- name: Release
70
- uses: softprops/action-gh-release@v
+ uses: softprops/action-gh-release@v2
71
with:
72
files: ${{ env.ASSET }}
73
0 commit comments