Skip to content

Commit da833c7

Browse files
authored
Update release.yml
1 parent 4d3c7e8 commit da833c7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Publish package to the Maven Central Repository
22
on:
33
push:
44
tags: [ "*" ]
5-
branches:
6-
- master
75
jobs:
86
publish:
97
runs-on: ubuntu-latest
@@ -26,4 +24,4 @@ jobs:
2624
env:
2725
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
2826
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
29-
run: mvn --batch-mode -Dgpg.passphrase=${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }} -P release clean deploy
27+
run: mvn --batch-mode -Dgpg.passphrase=${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }} -P release clean deploy

0 commit comments

Comments
 (0)