Skip to content

Commit

Permalink
Prepare for release with new sonatype credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
svroonland committed Aug 11, 2024
1 parent 4320828 commit 5ec6045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- run: apt install -y gnupg
- run: export GPG_TTY=$(tty)
- run: echo $PGP_SECRET | base64 --decode | gpg --batch --import
- run: echo "credentials += Credentials(\"Sonatype Nexus Repository Manager\", \"oss.sonatype.org\", \"$SONATYPE_USER\", \"$SONATYPE_PASSWORD\")" > ~/.sbt/1.0/sonatype.sbt
- run: echo "credentials += Credentials(\"Sonatype Nexus Repository Manager\", \"oss.sonatype.org\", \"$SONATYPE_USERNAME\", \"$SONATYPE_PASSWORD\")" > ~/.sbt/1.0/sonatype.sbt
- run: sbt ci-release

workflows:
Expand Down

0 comments on commit 5ec6045

Please sign in to comment.