Skip to content

Commit

Permalink
fix deploy action test
Browse files Browse the repository at this point in the history
  • Loading branch information
moovida committed Nov 5, 2024
1 parent bc75597 commit 60d3767
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,7 @@ jobs:
- name: Build and Deploy Snapshot
run: |
mvn --no-transfer-progress \
--batch-mode \
-Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} \
-Dossrh.username=${{ secrets.OSSRH_USERNAME }} \
-Dossrh.password=${{ secrets.OSSRH_TOKEN }} \
clean deploy \
-DskipTests=true \
-P release \
-Dmaven.javadoc.skip=true \
-Dgpg.skip=false
mvn deploy
build-and-test:
runs-on: ubuntu-22.04
Expand Down
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1128,8 +1128,6 @@
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
<username>${env.OSSRH_USERNAME}</username>
<password>${env.OSSRH_TOKEN}</password>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 60d3767

Please sign in to comment.