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:
170
170
- env :
171
171
CI_SNAPSHOT_RELEASE : +publishSigned
172
172
PGP_PASSPHRASE : ${{ secrets.PGP_PASSPHRASE }}
173
- SONATYPE_PASSWORD : ${{ secrets.CI_DEPLOY_PASSWORD3 }}
174
- SONATYPE_USERNAME : ${{ secrets.CI_DEPLOY_USERNAME3 }}
173
+ SONATYPE_PASSWORD : ${{ secrets.CI_S01_DEPLOY_PASSWORD }}
174
+ SONATYPE_USERNAME : ${{ secrets.CI_S01_DEPLOY_USERNAME }}
175
175
PGP_SECRET : ${{ secrets.PGP_SECRET }}
176
176
run : sbt -J-Xmx2G ci-release
Original file line number Diff line number Diff line change @@ -156,8 +156,8 @@ ThisBuild / githubWorkflowPublish := Seq(
156
156
env = Map (
157
157
" PGP_PASSPHRASE" -> " ${{ secrets.PGP_PASSPHRASE }}" ,
158
158
" PGP_SECRET" -> " ${{ secrets.PGP_SECRET }}" ,
159
- " SONATYPE_PASSWORD" -> " ${{ secrets.CI_DEPLOY_PASSWORD3 }}" ,
160
- " SONATYPE_USERNAME" -> " ${{ secrets.CI_DEPLOY_USERNAME3 }}" ,
159
+ " SONATYPE_PASSWORD" -> " ${{ secrets.CI_S01_DEPLOY_PASSWORD }}" ,
160
+ " SONATYPE_USERNAME" -> " ${{ secrets.CI_S01_DEPLOY_USERNAME }}" ,
161
161
" CI_SNAPSHOT_RELEASE" -> " +publishSigned"
162
162
)
163
163
)
You can’t perform that action at this time.
0 commit comments