We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 549dd8a commit 0201c10Copy full SHA for 0201c10
.github/workflows/default.yml
@@ -67,5 +67,5 @@ jobs:
67
run: npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
68
69
- name: Publish to NPM
70
- working-directory: ~/build
+ working-directory: /home/runner/build
71
run: npm publish --verbose
0 commit comments