Skip to content

Commit

Permalink
chore: fix dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
hexf00 committed Dec 19, 2024
1 parent 1b64379 commit ee3a944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
DEV_RELEASES=$(gh release list -R ${{ github.repository }} --limit 100 | grep "${APP_VERSION}-dev" | wc -l)
BUILD_NUMBER=$((DEV_RELEASES + 1))
echo "version=${APP_VERSION}-dev.${BUILD_NUMBER}.${COMMIT_HASH}" >> $GITHUB_OUTPUT
echo "version=${APP_VERSION}-dev.${BUILD_NUMBER}-${COMMIT_HASH}" >> $GITHUB_OUTPUT
else
echo "version=${{ inputs.version }}" >> $GITHUB_OUTPUT
fi
Expand Down

0 comments on commit ee3a944

Please sign in to comment.