We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e5b93 commit c1ceec9Copy full SHA for c1ceec9
.github/workflows/deploy.yml
@@ -28,8 +28,8 @@ jobs:
28
run: |
29
git config --global user.name github-actions
30
git config --global user.email github-actions@github.com
31
- - name: Publish to Maven Central
32
- run: mvn deploy
+ - name: Publish Snapshot to Maven Central
+ run: mvn deploy -B -Possrh
33
env:
34
MAVEN_USERNAME: hap-java-dev
35
MAVEN_CENTRAL_TOKEN: ${{ secrets.MAVEN_CENTRAL_TOKEN }}
0 commit comments