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 88e63d6 commit 6ddaf72Copy full SHA for 6ddaf72
.github/workflows/main.yml
@@ -40,7 +40,7 @@ jobs:
40
id: projectVersion
41
run: echo ::set-output name=version::$(./mvnw org.apache.maven.plugins:maven-help-plugin:3.2.0:evaluate -DforceStdout -Dexpression=project.version -q)
42
- name: Deploy snapshot
43
- if: github.event_name != 'pull_request' && matrix.java_version == '8' && endsWith(steps.projectVersion.output)
+ if: github.event_name != 'pull_request' && matrix.java_version == '8' && endsWith(steps.projectVersion.output, '-SNAPSHOT')
44
env:
45
CI_DEPLOY_USERNAME: ${{ secrets.CI_DEPLOY_USERNAME }}
46
CI_DEPLOY_PASSWORD: ${{ secrets.CI_DEPLOY_PASSWORD }}
0 commit comments