File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ jobs:
170170 - env :
171171 CI_SNAPSHOT_RELEASE : +publishSigned
172172 PGP_PASSPHRASE : ${{ secrets.PGP_PASSPHRASE }}
173- SONATYPE_PASSWORD : ${{ secrets.CI_DEPLOY_PASSWORD }}
174- SONATYPE_USERNAME : ${{ secrets.CI_DEPLOY_USERNAME }}
173+ SONATYPE_PASSWORD : ${{ secrets.CI_DEPLOY_PASSWORD3 }}
174+ SONATYPE_USERNAME : ${{ secrets.CI_DEPLOY_USERNAME3 }}
175175 PGP_SECRET : ${{ secrets.PGP_SECRET }}
176176 run : sbt -J-Xmx2G ci-release
Original file line number Diff line number Diff line change @@ -156,8 +156,8 @@ ThisBuild / githubWorkflowPublish := Seq(
156156 env = Map (
157157 " PGP_PASSPHRASE" -> " ${{ secrets.PGP_PASSPHRASE }}" ,
158158 " PGP_SECRET" -> " ${{ secrets.PGP_SECRET }}" ,
159- " SONATYPE_PASSWORD" -> " ${{ secrets.CI_DEPLOY_PASSWORD }}" ,
160- " SONATYPE_USERNAME" -> " ${{ secrets.CI_DEPLOY_USERNAME }}" ,
159+ " SONATYPE_PASSWORD" -> " ${{ secrets.CI_DEPLOY_PASSWORD3 }}" ,
160+ " SONATYPE_USERNAME" -> " ${{ secrets.CI_DEPLOY_USERNAME3 }}" ,
161161 " CI_SNAPSHOT_RELEASE" -> " +publishSigned"
162162 )
163163 )
You can’t perform that action at this time.
0 commit comments