Skip to content

Commit

Permalink
Fix CI file
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjvs committed Mar 16, 2024
1 parent cfb19c8 commit 20ba3f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/guider-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:

- name: Build
run: pnpm run build
workdir: 'packages/guider'
working-directory: 'packages/guider'

- name: Publish
run: pnpm publish --access public
workdir: 'packages/guider'
working-directory: 'packages/guider'
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 20ba3f2

Please sign in to comment.