Add shell specification for temporary tag creation

This commit is contained in:
Kynan Ware 2026-01-06 10:37:12 -07:00 committed by GitHub
parent 4da13f849d
commit 1d76eae5aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -202,6 +202,7 @@ jobs:
# We temporarily create a tag on HEAD to make the right version embedded
# in the built binaries, BUT we don't push it to the remote.
- name: Create temporary tag
shell: bash
env:
TAG_NAME: ${{ inputs.tag_name }}
run: git tag "$TAG_NAME"