File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change 27
27
run : |
28
28
mvn --no-transfer-progress clean package
29
29
30
- # - name: Create release
31
- # uses: ncipollo/release-action@v1
32
- # with:
33
- # allowUpdates: true
34
- # artifacts: "${{ github.workspace }}/target/*.jar"
35
- # token: ${{ secrets.GITHUB_TOKEN }}
36
-
37
30
- name : Publish to the Maven Central Repository
38
31
run : |
39
32
mvn --no-transfer-progress --batch-mode deploy
42
35
MAVEN_PASSWORD : ${{ secrets.OSSRH_PWD_TOKEN }}
43
36
MAVEN_GPG_PASSPHRASE : ${{ secrets.GPG_PWD }}
44
37
45
- # - name: Release to Nexus Repository
46
- # uses: samuelmeuli/action-maven-publish@v1
47
- # with:
48
- # gpg_private_key: ${{ secrets.GPG_SIGNING_KEY }}
49
- # gpg_passphrase: ${{ secrets.GPG_PWD }}
50
- # nexus_username: ${{ secrets.OSSRH_USER_TOKEN }}
51
- # nexus_password: ${{ secrets.OSSRH_PWD_TOKEN }}
52
-
53
38
- name : Release
54
39
uses : softprops/action-gh-release@v1
55
40
with :
You can’t perform that action at this time.
0 commit comments