Skip to content

Commit

Permalink
W-11098171: Set shell to be used on release.yml (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlischetti authored May 30, 2022
1 parent 9a27772 commit 45b979d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- name: Guess Extension Version
run: |
echo "NATIVE_VERSION=$(echo '${{github.ref}}' | sed -e 's,.*/v\(.*\),\1,')" >> $GITHUB_ENV
shell: bash

# Runs a single command using the runners shell
- name: Run Build
Expand Down

0 comments on commit 45b979d

Please sign in to comment.