Skip to content

Commit 3a6cc3a

Browse files
committed
fix
1 parent a81fc3b commit 3a6cc3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ jobs:
5454
echo ${{ steps.get_version_tag.outputs.SOURCE_TAG }}
5555
5656
- name: SKIP - Publish/Deploy to Git and Maven Central
57-
if: ${{ steps.new_release.outputs.NEW_RELEASE == 0}}
57+
if: ${{ steps.new_release.outputs.NEW_RELEASE == 1}}
5858
run: |
5959
echo -e "\nSkipping a deployment with the script provider because this is not a tagged branch (vx.x.x) - ${GITHUB_REF}\n"

0 commit comments

Comments
 (0)