Skip to content

Commit

Permalink
don't publish to s01?
Browse files Browse the repository at this point in the history
  • Loading branch information
keynmol committed Jul 16, 2024
1 parent efe462d commit 6839dc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ tests:
cs launch sn-vcpkg --contrib -- scala-cli curl s2n openssl zlib --rename curl=libcurl -- test .

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

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

Expand Down
2 changes: 1 addition & 1 deletion project.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
//> using publish.license "Apache-2.0"
//> using publish.name "smithy4s-curl"
//> using publish.organization "tech.neander"
//> using publish.repository "central-s01"
//> using publish.repository "central"
//> using publish.secretKey "env:PGP_SECRET"
//> using publish.secretKeyPassword "env:PGP_PASSPHRASE"
//> using publish.url "https://github.com/neandertech/smithy4s-curl"
Expand Down

0 comments on commit 6839dc1

Please sign in to comment.