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 e36948f commit 41274c6Copy full SHA for 41274c6
.github/workflows/publish.yml
@@ -88,5 +88,5 @@ jobs:
88
target: ${{ matrix.target }}
89
tar: unix
90
zip: windows
91
- ref: ${{ needs.release.outputs.version }}
+ ref: refs/tags/${{ needs.release.outputs.version }}
92
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments