Skip to content

Commit ab77bda

Browse files
committed
Fix build workflow (hopefully...)
1 parent 1b49e16 commit ab77bda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
env:
6363
GH_TOKEN: ${{ github.token }}
6464
RELEASE_TAG: ${{ needs.get-release-tag.outputs.release_tag }}
65+
shell: bash
6566
run: |
6667
echo "Using release tag: ${RELEASE_TAG}"
6768
gh release create "${RELEASE_TAG}" ./release/*.ps1

0 commit comments

Comments
 (0)