From 1d76eae5aa8d076e6fbd49858a2480c119a8d7df Mon Sep 17 00:00:00 2001 From: Kynan Ware <47394200+BagToad@users.noreply.github.com> Date: Tue, 6 Jan 2026 10:37:12 -0700 Subject: [PATCH] Add shell specification for temporary tag creation --- .github/workflows/deployment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 92ed39110..b3bcd0702 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -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"