Skip to content

Commit 84bfa9e

Browse files
committed
return to s01?
1 parent 6839dc1 commit 84bfa9e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ tests:
55
cs launch sn-vcpkg --contrib -- scala-cli curl s2n openssl zlib --rename curl=libcurl -- test .
66

77
publish-snapshot:
8-
scala-cli config publish.credentials oss.sonatype.org env:SONATYPE_USERNAME env:SONATYPE_PASSWORD
8+
scala-cli config publish.credentials s01.oss.sonatype.org env:SONATYPE_USERNAME env:SONATYPE_PASSWORD
99
scala-cli publish . -S 3.3.3 --signer none
1010

1111
publish:
12-
scala-cli config publish.credentials oss.sonatype.org env:SONATYPE_USERNAME env:SONATYPE_PASSWORD
12+
scala-cli config publish.credentials s01.oss.sonatype.org env:SONATYPE_USERNAME env:SONATYPE_PASSWORD
1313
./.github/workflows/import-gpg.sh
1414
scala-cli publish . -S 3.3.3 --signer gpg --gpg-key 15A7215B6CD4016A
1515

project.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
//> using publish.license "Apache-2.0"
1313
//> using publish.name "smithy4s-curl"
1414
//> using publish.organization "tech.neander"
15-
//> using publish.repository "central"
15+
//> using publish.repository "central-s01"
1616
//> using publish.secretKey "env:PGP_SECRET"
1717
//> using publish.secretKeyPassword "env:PGP_PASSPHRASE"
1818
//> using publish.url "https://github.com/neandertech/smithy4s-curl"

0 commit comments

Comments
 (0)