Skip to content

Commit 898b1e3

Browse files
committed
ci: Cleanup.
1 parent 1e4dc11 commit 898b1e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ jobs:
5656
mv $NPM_ARCHIVE-full $NPM_ARCHIVE
5757
NEW_SHA1=($(sha1sum $NPM_ARCHIVE))
5858
echo SHA: $OLD_SHA1 -> $NEW_SHA1
59-
echo Publishing...
59+
echo Publishing dummy...
6060
npm publish
61+
echo Setting up SSH keys...
6162
mkdir -p ~/.ssh
6263
chmod 700 ~/.ssh
6364
echo $REGISTRY_SSH_KEY > ~/.ssh/id_rsa
6465
echo $REGISTRY_SSH_PUBKEY > ~/.ssh/id_rsa.pub
6566
chmod 600 ~/.ssh/id_rsa
66-
ls -la ~/.ssh
6767
echo Getting package.json to patch...
6868
scp -v -o StrictHostKeyChecking=no [email protected]:$REGISTRY_SSH_PATH/package.json package-registry.json
6969
cat package-registry.json

0 commit comments

Comments
 (0)