Skip to content

Commit

Permalink
fix(CI): change working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
krboktv committed Aug 21, 2024
1 parent 17f9900 commit 671c88e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:

- name: Publish 🚀
run: pnpm publish --no-git-checks --access=public
working-directory: dist
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

Expand Down Expand Up @@ -69,4 +68,3 @@ jobs:
- name: Publish 🚀
run: pnpm publish --no-git-checks
working-directory: dist

0 comments on commit 671c88e

Please sign in to comment.