Skip to content

Commit

Permalink
Fix missing shell: bash in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
georgestagg committed Apr 23, 2024
1 parent f826016 commit 5b247c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
VER=$(node -p "require('./src/package.json').version")
echo "WEBR_VERSION=${VER}+${SHORT_SHA}" > "$HOME/.webr-config.mk"
echo "WEBR_VERSION_TAG=latest" > "$HOME/.webr-config.mk"
shell: bash
- name: Set versioning for tag
if: "!contains(github.ref_name, 'main')"
run: |
Expand Down

0 comments on commit 5b247c1

Please sign in to comment.