Skip to content

Commit 5c072af

Browse files
committed
ETCM-168: Fix publishing for new mill version.
1 parent 9d49a91 commit 5c072af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/publish

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ echo $GPG_KEY | base64 --decode | gpg --batch --import
99
gpg --passphrase $GPG_PASSPHRASE --batch --yes -a -b LICENSE
1010

1111
mill mill.scalalib.PublishModule/publishAll \
12+
__.publishArtifacts \
1213
"$OSS_USERNAME":"$OSS_PASSWORD" \
13-
"$GPG_PASSPHRASE" \
14-
__.publishArtifacts
14+
--gpgArgs --passphrase="$GPG_PASSPHRASE",--batch,--yes,-a,-b
1515

1616
else
1717

1818
echo "Skipping publish step"
1919

20-
fi
20+
fi

0 commit comments

Comments
 (0)