Skip to content

Commit

Permalink
Update version format in release job for GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ndonathan committed Nov 17, 2024
1 parent f38ecf7 commit 9fe7267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
if [[ $GITHUB_REF == refs/tags/* ]]; then
echo "VERSION=${GITHUB_REF_NAME}" >> $GITHUB_OUTPUT
else
echo "VERSION=v0.0.${GITHUB_RUN_NUMBER}" >> $GITHUB_OUTPUT
echo "VERSION=v1.1.${GITHUB_RUN_NUMBER}" >> $GITHUB_OUTPUT
fi
- name: Create Release
Expand Down

0 comments on commit 9fe7267

Please sign in to comment.