We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a423b2 commit f9c6acdCopy full SHA for f9c6acd
.github/workflows/maven-publish-on-push.yml
@@ -84,7 +84,7 @@ jobs:
84
server-password: MAVEN_PASSWORD
85
86
- name: Publish Releases to NERZ Nexus
87
- if: steps.check_release.outputs.is_snapshot == 'false' and steps.check_release.outputs.has_tag == 'true'
+ if: steps.check_release.outputs.is_snapshot == 'false' && steps.check_release.outputs.has_tag == 'true'
88
run: |
89
echo "Ist ein Snapshot: ${{ steps.check_release.outputs.is_snapshot }}"
90
mvn deploy -P nerz
0 commit comments