We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa4efee commit eba043cCopy full SHA for eba043c
1 file changed
.github/workflows/publish.yml
@@ -25,8 +25,7 @@ jobs:
25
distribution: corretto
26
27
- name: Set version
28
- run: |
29
- mvn versions:set -DnewVersion="${REF_NAME:1}"
+ run: mvn versions:set -DnewVersion="${REF_NAME:1}"
30
env:
31
REF_NAME: ${{ github.ref_name }}
32
0 commit comments