Skip to content

Commit c3a00ea

Browse files
committed
Try to fix CI
1 parent 28a9cf1 commit c3a00ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
if: ${{ matrix.release_build }}
5757
run: ./mvnw -B -q -ff -ntp -DskipTests animal-sniffer:check
5858
- name: Deploy snapshot
59-
if: ${{ github.event_name != 'pull_request' && matrix.release_build && endsWith(steps.projectVersion.outputs.version, '-SNAPSHOT') }}
59+
if: ${{ matrix.release_build && github.event_name != 'pull_request' && endsWith(steps.projectVersion.outputs.version, '-SNAPSHOT') }}
6060
env:
6161
CI_DEPLOY_USERNAME: ${{ secrets.CI_DEPLOY_USERNAME }}
6262
CI_DEPLOY_PASSWORD: ${{ secrets.CI_DEPLOY_PASSWORD }}

0 commit comments

Comments
 (0)