Skip to content

Commit

Permalink
change secret for sonotype
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Sozinov committed Jul 5, 2024
1 parent a258024 commit ef6070b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:


- name: Publish to Sonatype
run: ./gradlew --no-daemon publish -PsonatypeUsername=${{secrets.OSSRHUSERNAME}} -PsonatypePassword=${{secrets.OSSRHPASSWORD}}
run: ./gradlew --no-daemon publish -PsonatypeUsername=${{secrets.OSSRHTOKEN}} -PsonatypePassword=${{secrets.OSSRHTOKENPASSWORD}}

#To update version in Github README.md
# - name: Version Upgrade
Expand Down

0 comments on commit ef6070b

Please sign in to comment.