We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a82d85 commit 086e285Copy full SHA for 086e285
.github/workflows/test_release.yml
@@ -48,7 +48,7 @@ jobs:
48
# Don't output a dev version if the push was for a tag.
49
run: |
50
if [ ${{ startsWith(github.ref, 'refs/tags') }} ]; then
51
- echo "dev_version=''" >> "$GITHUB_OUTPUT"
+ echo "dev_version=" >> "$GITHUB_OUTPUT"
52
else
53
echo "dev_version=${{ env.suffix }}${{ env.iteration }}" >> "$GITHUB_OUTPUT"
54
fi
0 commit comments