Skip to content

Commit

Permalink
Update publish.yaml with setting working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
CPunisher authored Mar 4, 2024
1 parent 9948e7d commit 008d7f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ jobs:
registry-url: "https://registry.npmjs.org"
# Defaults to the user or organization that owns the workflow file
scope: "@octocat"
- working-directory: ./core
- run: yarn
working-directory: ./core
- run: yarn publish // for Yarn version 1, use `yarn publish` instead
working-directory: ./core
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 008d7f3

Please sign in to comment.