We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a1bbf commit 12d5f64Copy full SHA for 12d5f64
.github/workflows/test_release.yml
@@ -47,7 +47,7 @@ jobs:
47
id: output-dev-version
48
# Don't output a dev version if the push was for a tag.
49
run: |
50
- if [ ${{ startsWith(github.ref, 'refs/tags') }} ]; then
+ if [[ "${{ startsWith(github.ref, 'refs/tags') }}" == "true" ]]; then
51
echo "dev_version=" >> "$GITHUB_OUTPUT"
52
else
53
echo "dev_version=${{ env.suffix }}${{ env.iteration }}" >> "$GITHUB_OUTPUT"
0 commit comments