Skip to content

Commit 90fe2f4

Browse files
committed
Fix a typo in GH action fix
1 parent 8883b75 commit 90fe2f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
id: projectVersion
4141
run: echo ::set-output name=version::$(./mvnw org.apache.maven.plugins:maven-help-plugin:3.2.0:evaluate -DforceStdout -Dexpression=project.version -q)
4242
- name: Deploy snapshot
43-
if: github.event_name != 'pull_request' && matrix.java_version == '8' && endsWith(steps.projectVersion.output env:
43+
if: github.event_name != 'pull_request' && matrix.java_version == '8' && endsWith(steps.projectVersion.output
44+
env:
4445
CI_DEPLOY_USERNAME: ${{ secrets.CI_DEPLOY_USERNAME }}
4546
CI_DEPLOY_PASSWORD: ${{ secrets.CI_DEPLOY_PASSWORD }}
4647
# MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)