We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4da13f8 + 1d76eae commit c534a75Copy full SHA for c534a75
1 file changed
.github/workflows/deployment.yml
@@ -202,6 +202,7 @@ jobs:
202
# We temporarily create a tag on HEAD to make the right version embedded
203
# in the built binaries, BUT we don't push it to the remote.
204
- name: Create temporary tag
205
+ shell: bash
206
env:
207
TAG_NAME: ${{ inputs.tag_name }}
208
run: git tag "$TAG_NAME"
0 commit comments