Skip to content

Commit

Permalink
tweak publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Sep 12, 2024
1 parent 048dc49 commit bb8a57e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
java-version: '8'
distribution: temurin
- run: test -z "SONATYPE_PGP_SECRET" || echo "SONATYPE_PGP_SECRET" | base64 --decode | gpg --import --no-tty --batch --yes
- run: test -z "SONATYPE_PGP_SECRET" || echo -n "SONATYPE_PGP_SECRET" | base64 --decode | gpg --import --no-tty --batch --yes
- run: GPG_TTY=$(tty) ./mill -i publishSonatype __.publishArtifacts --shard ${{ matrix.shard }} --divisionCount 6

publish-docs:
Expand Down

0 comments on commit bb8a57e

Please sign in to comment.