We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e06b452 commit dd12cfcCopy full SHA for dd12cfc
1 file changed
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
runs-on: ubuntu-latest
37
38
outputs:
39
- approved: ${{ steps.version.outputs.version }}
+ version: ${{ steps.version.outputs.version }}
40
41
steps:
42
- uses: actions/checkout@v2
@@ -68,6 +68,7 @@ jobs:
68
server-id: central
69
server-username: MAVEN_USERNAME
70
server-password: MAVEN_PASSWORD
71
+
72
- name: Publish package
73
run: mvn -ntp -B deploy
74
env:
0 commit comments