Skip to content

Commit

Permalink
remove publish debug
Browse files Browse the repository at this point in the history
  • Loading branch information
HSGamer committed Mar 28, 2024
1 parent c5fbd73 commit 0a28c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
server-password: MAVEN_PASSWORD

- name: Build with Maven
run: mvn clean deploy -P central -Dgpg.signer=bc -e -X
run: mvn clean deploy -P central -Dgpg.signer=bc
env:
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
Expand Down

0 comments on commit 0a28c4f

Please sign in to comment.