We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa0bed4 commit 11e4e77Copy full SHA for 11e4e77
1 file changed
.github/workflows/ci.yml
@@ -69,10 +69,10 @@ jobs:
69
server-username: MAVEN_USERNAME
70
server-password: MAVEN_PASSWORD
71
72
- - run: echo ${{ needs.version.outputs.version }}
+ - run: echo $JCODINGS_VERSION
73
- name: Publish package
74
- run: mvn -ntp -B deploy
+ run: mvn -ntp deploy
75
env:
76
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
77
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
78
- if: ${{ contains(needs.version.outputs.version, 'SNAPSHOT') && github.ref == 'refs/heads/master' && github.repository == 'jruby/jcodings' }}
+ if: ${{ contains(env.JCODINGS_VERSION, 'SNAPSHOT') && github.ref == 'refs/heads/master' && github.repository == 'jruby/jcodings' }}
0 commit comments