Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
nrdxp committed Jul 20, 2023
1 parent 680d25f commit 50c18f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
run: |
./millw mill.scalalib.PublishModule/publishAll \
__.publishArtifacts \
--sonatypeCreds '${{ secrets.SONATYPE_CREDS }}' \
--sonatypeCreds '${{ secrets.GITHUB_TOKEN }}' \
--stagingRelease false \
--sonatypeUri "https://maven.pkg.github.com/input-output-hk/armadillo/maven-release/" \
--sonatypeSnapshotUri "https://maven.pkg.github.com/input-output-hk/armadillo/maven-snapshot/" \
--sonatypeUri "https://maven.pkg.github.com/input-output-hk/armadillo/repository/maven-release/" \
--sonatypeSnapshotUri "https://maven.pkg.github.com/input-output-hk/armadillo/repository/maven-snapshot/" \
--gpgArgs --batch,--yes,-a,-b
publish-notes:
Expand Down

0 comments on commit 50c18f7

Please sign in to comment.