Skip to content

Commit

Permalink
Fix credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
svroonland committed Jul 17, 2024
1 parent 6b945f5 commit ac291c8
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 @@ -82,7 +82,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

publish_docs:
Expand Down

0 comments on commit ac291c8

Please sign in to comment.