Skip to content

Commit 7d2a4d3

Browse files
committed
feat: add shell specification for version injection in release workflow
1 parent a3be67f commit 7d2a4d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ jobs:
104104

105105
- name: Inject version from tag
106106
if: startsWith(github.ref, 'refs/tags/v')
107+
shell: bash
107108
run: |
108109
RAW_VERSION=${GITHUB_REF#refs/tags/v}
109110
IFS='.' read -ra parts <<< "$RAW_VERSION"

0 commit comments

Comments
 (0)