Skip to content

Commit

Permalink
fix credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurélien Richez committed Jul 24, 2023
1 parent 4a3488e commit 1ddb48b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
run: |
./millw mill.scalalib.PublishModule/publishAll \
__.publishArtifacts \
--sonatypeCreds '${{ secrets.GITHUB_TOKEN }}' \
--sonatypeCreds '${{ github.repository_owner }}:${{ secrets.GITHUB_TOKEN }}' \
--stagingRelease false \
--sonatypeUri "https://maven.pkg.github.com/input-output-hk/armadillo" \
--sonatypeUri "http://maven.pkg.github.com/${{ github.repository_owner }}/${{ github.repository }}" \
--gpgArgs --batch,--yes,-a,-b
publish-notes:
Expand Down

0 comments on commit 1ddb48b

Please sign in to comment.