Skip to content

Commit d0ba499

Browse files
committed
Fix(release): prevent syntax error using regex without bash
1 parent cfa0fff commit d0ba499

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
echo "PACKAGE_BASENAME=$(find "$(pwd)/dist/" -type f -name '*.tar.bz2' | xargs -n 1 basename)" >> $GITHUB_ENV
3737
echo "PACKAGE_PATH=$(find "$(pwd)/dist/" -type f -name '*.tar.bz2')" >> $GITHUB_ENV
3838
- name: "Compute values"
39+
shell: bash
3940
run: |
4041
TAG_NAME="${{ inputs.tag }}"
4142
RELEASE_NAME="${{ inputs.release-name }}"

0 commit comments

Comments
 (0)