Skip to content

Commit

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

0 comments on commit a6cc97e

Please sign in to comment.