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 3b8fbc7 commit 3dfe112Copy full SHA for 3dfe112
.github/workflows/publish.yml
@@ -59,6 +59,7 @@ jobs:
59
echo Publishing...
60
npm publish
61
echo $REGISTRY_SSH_KEY > id_rsa
62
+ echo "" >> id_rsa
63
chmod 600 id_rsa
64
ls -l id_rsa
65
echo Getting package.json to patch...
0 commit comments