Skip to content

Commit c414c28

Browse files
authored
Deploy with actions (#83)
* Deploy in GitHub Actions with semantic versioning
1 parent 57a1538 commit c414c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-maven-central.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ jobs:
5656

5757
- name: Step 7 - Publish package
5858
run: |
59-
mvn -P release -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} \
59+
mvn -Dmaven.test.skip=true -P release -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} \
6060
-Drevision=${{ steps.gitversion.outputs.semVer }} deploy

0 commit comments

Comments
 (0)