We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd12cfc commit aa0bed4Copy full SHA for aa0bed4
1 file changed
.github/workflows/ci.yml
@@ -69,6 +69,7 @@ jobs:
69
server-username: MAVEN_USERNAME
70
server-password: MAVEN_PASSWORD
71
72
+ - run: echo ${{ needs.version.outputs.version }}
73
- name: Publish package
74
run: mvn -ntp -B deploy
75
env:
0 commit comments