Skip to content

Commit

Permalink
Fix typo, again
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM committed Apr 6, 2024
1 parent fa45af7 commit 8e903fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
version_string=$MAJOR.$MINOR.$(($PATCH % 1000))
echo "version_code=$(($MAJOR * 100000 + $MINOR * 1000 + $PATCH % 1000))" >> $GITHUB_OUTPUT
echo "version_string=$version_string" >> $GITHUB_OUTPUT
echo "Version: $varsion_string" >> $GITHUB_STEP_SUMMARY
echo "Version: $version_string" >> $GITHUB_STEP_SUMMARY
outputs:
version_code: ${{ steps.version-code.outputs.version_code }}
version_string: ${{ steps.version-code.outputs.version_string }}
Expand Down

0 comments on commit 8e903fd

Please sign in to comment.