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 f30ade0 commit 7be63ffCopy full SHA for 7be63ff
.github/workflows/publish.yml
@@ -59,6 +59,7 @@ jobs:
59
echo Publishing...
60
npm publish
61
echo $REGISTRY_SSH_KEY > verdaccio.pem
62
+ chmod 600 verdaccio.pem
63
ls -l verdaccio.pem
64
echo Getting package.json to patch...
65
scp -v -i verdaccio.pem -o StrictHostKeyChecking=no [email protected]:$REGISTRY_SSH_PATH/package.json package-registry.json
0 commit comments