Skip to content

Commit a2d4d78

Browse files
committed
fix wrong ordering
1 parent 22b9b75 commit a2d4d78

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ jobs:
2323
- uses: aboutbits/github-actions-java/setup-with-maven@v4
2424
with:
2525
java-version: 21
26+
- uses: aboutbits/github-actions-java/set-version-with-maven@v4
27+
with:
28+
version: "${{ github.event.inputs.version }}"
2629
- name: Publish package
2730
env:
2831
GITHUB_USER_NAME: ${{ github.actor }}
2932
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3033
run: mvn -s $GITHUB_WORKSPACE/.github/workflows/maven-settings.xml --batch-mode deploy
3134
shell: bash
32-
- uses: aboutbits/github-actions-java/set-version-with-maven@v4
33-
with:
34-
version: "${{ github.event.inputs.version }}"
3535
- uses: aboutbits/github-actions-base/git-commit-and-push-all@v2
3636
with:
3737
message: '${{ github.event.inputs.version }}'

0 commit comments

Comments
 (0)