Skip to content

Commit

Permalink
FIX: Cosmetics: The build isn't skipped, only deployment
Browse files Browse the repository at this point in the history
We still want to verify that the project builds successfully if no version bump happened.
  • Loading branch information
inkarkat committed Jul 1, 2024
1 parent c71344c commit e5db3b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
shell: bash
run: |
if git tag -l $MAVEN_POM_REVISION_VERSION | grep -q $MAVEN_POM_REVISION_VERSION; then
echo "Revision $MAVEN_POM_REVISION_VERSION is already tagged. Skipping the build and deployment!"
echo "Revision $MAVEN_POM_REVISION_VERSION is already tagged. Skipping deployment."
exit 0
else
DEPLOY_RELEASE=true
Expand Down

0 comments on commit e5db3b1

Please sign in to comment.