Skip to content

Commit dd12cfc

Browse files
committed
Fix output from version job
1 parent e06b452 commit dd12cfc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737

3838
outputs:
39-
approved: ${{ steps.version.outputs.version }}
39+
version: ${{ steps.version.outputs.version }}
4040

4141
steps:
4242
- uses: actions/checkout@v2
@@ -68,6 +68,7 @@ jobs:
6868
server-id: central
6969
server-username: MAVEN_USERNAME
7070
server-password: MAVEN_PASSWORD
71+
7172
- name: Publish package
7273
run: mvn -ntp -B deploy
7374
env:

0 commit comments

Comments
 (0)