Add shell specification for temporary tag creation
This commit is contained in:
parent
4da13f849d
commit
1d76eae5aa
1 changed files with 1 additions and 0 deletions
1
.github/workflows/deployment.yml
vendored
1
.github/workflows/deployment.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue