Skip to content

Commit 0201c10

Browse files
committed
fix: attempt to resolve incorrect working dir
1 parent 549dd8a commit 0201c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/default.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ jobs:
6767
run: npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
6868

6969
- name: Publish to NPM
70-
working-directory: ~/build
70+
working-directory: /home/runner/build
7171
run: npm publish --verbose

0 commit comments

Comments
 (0)