Skip to content

Commit

Permalink
ADding working dir to github step
Browse files Browse the repository at this point in the history
  • Loading branch information
ehutchllew committed Nov 21, 2023
1 parent 86d3842 commit 5d30d4b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ jobs:

- run: npm ci
- run: npm run compile
- run: cd dist/
- run: npm publish

- name: publish dist directory
working-directory: ./dist
run: npm publish

env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5d30d4b

Please sign in to comment.