Skip to content

Commit c534a75

Browse files
authored
Merge pull request cli#12429 from cli/kw/add-shell-for-win-tag-creation
CI: Add shell specification for temporary tag creation on Windows
2 parents 4da13f8 + 1d76eae commit c534a75

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deployment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ jobs:
202202
# We temporarily create a tag on HEAD to make the right version embedded
203203
# in the built binaries, BUT we don't push it to the remote.
204204
- name: Create temporary tag
205+
shell: bash
205206
env:
206207
TAG_NAME: ${{ inputs.tag_name }}
207208
run: git tag "$TAG_NAME"

0 commit comments

Comments
 (0)