Skip to content

Commit

Permalink
use npm
Browse files Browse the repository at this point in the history
  • Loading branch information
futahei committed Feb 9, 2023
1 parent 29dea13 commit e553e62
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/npm_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ jobs:
registry-url: "https://registry.npmjs.org"
- name: Install dependencies, Build and Publish
run: |
npm install pnpm
pnpm install
pnpm build
pnpm publish --access public
npm install
npm run build
npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
VERSION: ${{ github.sha }}
Expand Down

0 comments on commit e553e62

Please sign in to comment.