Skip to content

Commit

Permalink
use gpg for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
alterationx10 committed Dec 17, 2024
1 parent 03c7b47 commit 00f55c2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ if [ -z "$BRANCH_VERSION" ]; then
fi

PGP_KEY_ID=401126ef4e40ebab
PGP_SECRET=`scala-cli config pgp.secret-key`
CENTRAL_TOKEN=`cat .central`

rm -rf ./build
Expand All @@ -21,9 +20,8 @@ git clone --branch v${BRANCH_VERSION} --single-branch git@github.com:wishingtree
# Publish the project locally
scala-cli publish local branch \
--project-version ${BRANCH_VERSION} \
--signer gpg \
--gpg-key ${PGP_KEY_ID} \
--secret-key ${PGP_SECRET} \
--signer bc \
--ivy2-home ${WORKDIR}/.ivy2


Expand Down

0 comments on commit 00f55c2

Please sign in to comment.