Skip to content

Commit

Permalink
Fixed TAG_NAME environment variable (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
brett-hodges authored Oct 29, 2024
1 parent 2fa0753 commit 36ad948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/platform-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ jobs:

- name: Create and save homebrew-metadata.txt
env:
TAG_NAME: ${{ inputs.release_tag}}
TAG_NAME: ${{ inputs.release_tag || github.ref_name}}
REPO: ${{ github.repository }}
run: |
shopt -s failglob
Expand Down

0 comments on commit 36ad948

Please sign in to comment.