Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurélien Richez committed Jul 21, 2023
1 parent b5d3228 commit cae145c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,11 @@ jobs:
- name: Publish to Nexus Repository
run: |
./millw mill.scalalib.PublishModule/publishAll \
__.publishArtifacts \
--sonatypeCreds '${{ secrets.GITHUB_TOKEN }}' \
--stagingRelease false \
--sonatypeUri "https://maven.pkg.github.com/input-output-hk/armadillo" \
--gpgArgs --batch,--yes,-a,-b
./millw GithubPackagesPublishModule.publishAll \
__.publishGithubPackages \
--token '${{ secrets.GITHUB_TOKEN }}' \
--githubOwner '${{ github.repository_owner }}' \
--githubRepository '${{ github.repository }}'
publish-notes:
name: Publish release notes
Expand Down

0 comments on commit cae145c

Please sign in to comment.