Skip to content

Commit

Permalink
fix artifacts publishing incorrectly
Browse files Browse the repository at this point in the history
  • Loading branch information
molarmanful committed Aug 26, 2023
1 parent 07bec50 commit 4efda6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
SONATYPE_GPG_PASSWORD: ${{ secrets.SONATYPE_GPG_PASSWORD }}
run: |
./mill mill.scalalib.PublishModule/publishAll \
__.publishArtifacts \
sclin._.publishArtifacts \
$SONATYPE_USERNAME:$SONATYPE_PASSWORD \
--gpgArgs --passphrase=$SONATYPE_GPG_PASSWORD,--no-tty,--pinentry-mode,loopback,--batch,--yes,-a,-b \
--sonatypeUri https://s01.oss.sonatype.org/service/local \
Expand Down

0 comments on commit 4efda6f

Please sign in to comment.