We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b49e16 commit ab77bdaCopy full SHA for ab77bda
.github/workflows/build.yml
@@ -62,6 +62,7 @@ jobs:
62
env:
63
GH_TOKEN: ${{ github.token }}
64
RELEASE_TAG: ${{ needs.get-release-tag.outputs.release_tag }}
65
+ shell: bash
66
run: |
67
echo "Using release tag: ${RELEASE_TAG}"
68
gh release create "${RELEASE_TAG}" ./release/*.ps1
0 commit comments