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 28a9cf1 commit c3a00eaCopy full SHA for c3a00ea
.github/workflows/main.yml
@@ -56,7 +56,7 @@ jobs:
56
if: ${{ matrix.release_build }}
57
run: ./mvnw -B -q -ff -ntp -DskipTests animal-sniffer:check
58
- name: Deploy snapshot
59
- if: ${{ github.event_name != 'pull_request' && matrix.release_build && endsWith(steps.projectVersion.outputs.version, '-SNAPSHOT') }}
+ if: ${{ matrix.release_build && github.event_name != 'pull_request' && endsWith(steps.projectVersion.outputs.version, '-SNAPSHOT') }}
60
env:
61
CI_DEPLOY_USERNAME: ${{ secrets.CI_DEPLOY_USERNAME }}
62
CI_DEPLOY_PASSWORD: ${{ secrets.CI_DEPLOY_PASSWORD }}
0 commit comments