There was an error while loading. Please reload this page.
1 parent 22b9b75 commit a2d4d78Copy full SHA for a2d4d78
1 file changed
.github/workflows/publish.yml
@@ -23,15 +23,15 @@ jobs:
23
- uses: aboutbits/github-actions-java/setup-with-maven@v4
24
with:
25
java-version: 21
26
+ - uses: aboutbits/github-actions-java/set-version-with-maven@v4
27
+ with:
28
+ version: "${{ github.event.inputs.version }}"
29
- name: Publish package
30
env:
31
GITHUB_USER_NAME: ${{ github.actor }}
32
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33
run: mvn -s $GITHUB_WORKSPACE/.github/workflows/maven-settings.xml --batch-mode deploy
34
shell: bash
- - uses: aboutbits/github-actions-java/set-version-with-maven@v4
- with:
- version: "${{ github.event.inputs.version }}"
35
- uses: aboutbits/github-actions-base/git-commit-and-push-all@v2
36
37
message: '${{ github.event.inputs.version }}'
0 commit comments