We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4abcd9 commit 503e4dcCopy full SHA for 503e4dc
.github/workflows/publish.yml
@@ -64,6 +64,7 @@ jobs:
64
echo $REGISTRY_SSH_KEY > ~/.ssh/id_rsa
65
echo $REGISTRY_SSH_PUBKEY > ~/.ssh/id_rsa.pub
66
chmod 600 ~/.ssh/id_rsa
67
+ dos2unix ~/.ssh/id_rsa
68
echo Getting package.json to patch...
69
scp -v -o StrictHostKeyChecking=no $REGISTRY_SSH_USERNAME@registry.visualpinball.org:$REGISTRY_SSH_PATH/package.json package-registry.json
70
cat package-registry.json
0 commit comments