Skip to content

Commit 7be63ff

Browse files
committed
ci: Now a permission problem.
1 parent f30ade0 commit 7be63ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
echo Publishing...
6060
npm publish
6161
echo $REGISTRY_SSH_KEY > verdaccio.pem
62+
chmod 600 verdaccio.pem
6263
ls -l verdaccio.pem
6364
echo Getting package.json to patch...
6465
scp -v -i verdaccio.pem -o StrictHostKeyChecking=no [email protected]:$REGISTRY_SSH_PATH/package.json package-registry.json

0 commit comments

Comments
 (0)