Skip to content

Commit

Permalink
fix release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pix666 committed May 28, 2024
1 parent 98dfa76 commit 3d209a1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ jobs:
cache: "npm"
registry-url: "https://registry.npmjs.org"
- name: Install NPM dependencies
run: yarn install
- name: Build NPM package
run: yarn build
run: npm install
- name: Publish NPM package
run: yarn publish --access=public
run: npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

0 comments on commit 3d209a1

Please sign in to comment.