Skip to content

Commit

Permalink
feat(CI): version
Browse files Browse the repository at this point in the history
  • Loading branch information
andanyoung committed May 13, 2024
1 parent 40e6b3f commit ca65798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish-track-log.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: mvn -B -Dmaven.test.skip=true clean package --file track-log-spring-boot-starter/pom.xml

- name: Set up Apache Maven Central
run: mvn -Dmaven.test.skip=true deploy --file track-log-spring-boot-starter/pom.xml
run: mvn -Dmaven.test.skip=true deploy -Possrh,gpg.passphrase --file track-log-spring-boot-starter/pom.xml
env:
MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSWORD }}
MAVEN_USERNAME: ${{ secrets.OSSRH_USER }}
Expand Down

0 comments on commit ca65798

Please sign in to comment.