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 229ffe5 commit 1362eb6Copy full SHA for 1362eb6
.github/workflows/release.yml
@@ -189,7 +189,7 @@ jobs:
189
env:
190
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}}
191
HOMEBREW_TAP_GITHUB_TOKEN: ${{ steps.brew-tap-token.outputs.token }}
192
- GORELEASER_CURRENT_TAG: $GITHUB_REF_NAME
+ GORELEASER_CURRENT_TAG: ${{ github.ref_name }}
193
194
- name: Report disk space on failure
195
if: failure()
0 commit comments