Skip to content

Commit eba043c

Browse files
committed
Fix bad yaml
1 parent aa4efee commit eba043c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ jobs:
2525
distribution: corretto
2626

2727
- name: Set version
28-
run: |
29-
mvn versions:set -DnewVersion="${REF_NAME:1}"
28+
run: mvn versions:set -DnewVersion="${REF_NAME:1}"
3029
env:
3130
REF_NAME: ${{ github.ref_name }}
3231

0 commit comments

Comments
 (0)