Skip to content

Commit 6f75faa

Browse files
committed
Fix desktop tag checkout on Windows
1 parent 2b8b128 commit 6f75faa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish-desktop.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
- name: Checkout release tag
6363
env:
6464
GH_TOKEN: ${{ secrets.RELEASE_PAT || github.token }}
65+
shell: bash
6566
run: |
6667
auth_remote="https://x-access-token:${GH_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
6768
git fetch --force --tags "$auth_remote" "refs/tags/$RELEASE_TAG:refs/tags/$RELEASE_TAG"

0 commit comments

Comments
 (0)