Skip to content

Commit 1362eb6

Browse files
committed
github ref name proper context
Signed-off-by: Austin Abro <[email protected]>
1 parent 229ffe5 commit 1362eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
env:
190190
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}}
191191
HOMEBREW_TAP_GITHUB_TOKEN: ${{ steps.brew-tap-token.outputs.token }}
192-
GORELEASER_CURRENT_TAG: $GITHUB_REF_NAME
192+
GORELEASER_CURRENT_TAG: ${{ github.ref_name }}
193193

194194
- name: Report disk space on failure
195195
if: failure()

0 commit comments

Comments
 (0)