We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d3c7e8 commit da833c7Copy full SHA for da833c7
.github/workflows/release.yml
@@ -2,8 +2,6 @@ name: Publish package to the Maven Central Repository
2
on:
3
push:
4
tags: [ "*" ]
5
- branches:
6
- - master
7
jobs:
8
publish:
9
runs-on: ubuntu-latest
@@ -26,4 +24,4 @@ jobs:
26
24
env:
27
25
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
28
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
29
- run: mvn --batch-mode -Dgpg.passphrase=${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }} -P release clean deploy
+ run: mvn --batch-mode -Dgpg.passphrase=${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }} -P release clean deploy
0 commit comments