Skip to content

Commit

Permalink
enable publish debug
Browse files Browse the repository at this point in the history
  • Loading branch information
HSGamer committed Mar 27, 2024
1 parent 43ea08f commit c5fbd73
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
run: mvn clean deploy -P central -Dgpg.signer=bc -e -X
env:
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
Expand Down

0 comments on commit c5fbd73

Please sign in to comment.