Skip to content

Commit

Permalink
fix: attempt to resolve incorrect working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzarbn committed Mar 22, 2021
1 parent 549dd8a commit 0201c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ jobs:
run: npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}

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

0 comments on commit 0201c10

Please sign in to comment.