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 8883b75 commit 90fe2f4Copy full SHA for 90fe2f4
.github/workflows/main.yml
@@ -40,7 +40,8 @@ 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 env:
+ if: github.event_name != 'pull_request' && matrix.java_version == '8' && endsWith(steps.projectVersion.output
44
+ env:
45
CI_DEPLOY_USERNAME: ${{ secrets.CI_DEPLOY_USERNAME }}
46
CI_DEPLOY_PASSWORD: ${{ secrets.CI_DEPLOY_PASSWORD }}
47
# MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
0 commit comments