We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e83352 commit df16cfdCopy full SHA for df16cfd
1 file changed
.github/workflows/soham-release-client.yml
@@ -26,6 +26,7 @@ jobs:
26
27
- name: Extract version from tag
28
id: version
29
+ shell: bash
30
run: |
31
TAG=${GITHUB_REF#refs/tags/soham-v}
32
echo "VERSION=$TAG" >> $GITHUB_ENV
0 commit comments