Skip to content

Commit ee712c3

Browse files
authored
Update maven-publish.yml
1 parent 5adae3e commit ee712c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ jobs:
6161
GITHUB_TOKEN: ${{ secrets.PAT }}
6262

6363
- name: Release
64-
if: ${{ github.ref == 'refs/heads/master' && !contains(github.event.head_commit.message, '[maven-release-plugin]') }}
65-
run: ./mvnw -X -B -s ~/.m2/settings.xml release:prepare release:perform
64+
if: ${{ github.ref == 'refs/heads/master' && !contains(github.event.head_commit.message, '[maven-release-plugin]') }}
65+
run: ./mvnw -X -B -s ~/.m2/settings.xml release:prepare release:perform

0 commit comments

Comments
 (0)