Skip to content

Commit e4c693e

Browse files
authored
Update master.yml
1 parent 0f5fd03 commit e4c693e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ jobs:
9090
with:
9191
tag_name: v${{ steps.version.outputs.release }}
9292
release_name: v${{ steps.version.outputs.release }}
93+
commitish: master
9394
body: |
9495
## Installation
9596
Add the following lines to your pom:
@@ -126,7 +127,7 @@ jobs:
126127
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
127128

128129
- name: Publish to Apache Maven Central
129-
run: mvn deploy -Possrh
130+
run: mvn -B deploy -Possrh
130131
env:
131132
MAVEN_CENTRAL_USERNAME: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
132133
MAVEN_CENTRAL_TOKEN: ${{ secrets.MAVEN_CENTRAL_TOKEN }}

0 commit comments

Comments
 (0)