Skip to content

Commit

Permalink
Fix a typo in tag_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Feb 23, 2024
1 parent d48e96b commit 650d9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
TAG: ${{ steps.create-tag.outputs.tag }}
run: |
echo "TAG=$TAG" >> $GITHUB_ENV
if [[ ${prerelase} == "true" ]]; then
if [[ "${prerelease}" == "true" ]]; then
DMG_VERSION=${TAG//-/.}
else
# For public release, tag is x.y.z, but we need DMG version as x.y.z-N
Expand Down

0 comments on commit 650d9ab

Please sign in to comment.