We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6cdf2ac + eb09d6c commit 2d4c647Copy full SHA for 2d4c647
.github/workflows/build-installers.yaml
@@ -34,6 +34,7 @@ jobs:
34
35
- name: Change the package.json version if an RC tag
36
if: startsWith(github.ref, 'refs/tags/') && contains( github.ref, '-rc')
37
+ shell: bash
38
run: |
39
echo "Github ref: $GITHUB_REF"
40
IFS='/' read -r base directory tag <<< "$GITHUB_REF"
0 commit comments