Skip to content

Commit 086e285

Browse files
committed
Remove default value for dev_version output.
1 parent 3a82d85 commit 086e285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# Don't output a dev version if the push was for a tag.
4949
run: |
5050
if [ ${{ startsWith(github.ref, 'refs/tags') }} ]; then
51-
echo "dev_version=''" >> "$GITHUB_OUTPUT"
51+
echo "dev_version=" >> "$GITHUB_OUTPUT"
5252
else
5353
echo "dev_version=${{ env.suffix }}${{ env.iteration }}" >> "$GITHUB_OUTPUT"
5454
fi

0 commit comments

Comments
 (0)