Skip to content

Commit

Permalink
fix working directory for npm release action
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Donham committed Jul 24, 2024
1 parent 3dfc92f commit 43e7668
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ jobs:
run: pnpm install --frozen-lockfile --prefer-offline

- name: Build
working-directory: packages/server
run: pnpm build

- name: Publish to NPM
working-directory: packages/server
run: pnpm publish --access public --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 43e7668

Please sign in to comment.