Skip to content

Commit

Permalink
Bump pnpm setup version + switch to npm for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjvs committed Mar 16, 2024
1 parent a8cbeb6 commit 79cbb9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
with:
version: 8

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/guider-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
with:
version: 8

Expand All @@ -45,6 +45,6 @@ jobs:
run: cd packages/guider && pnpm run build

- name: Publish
run: cd packages/guider && pnpm publish --access public
run: cd packages/guider && npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 79cbb9a

Please sign in to comment.