Skip to content

Commit

Permalink
fix: script
Browse files Browse the repository at this point in the history
  • Loading branch information
h7ml committed Jun 10, 2022
1 parent 4b6b3db commit 1bbb07b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ jobs:
with:
node-version: '14.15.4'
registry-url: https://registry.npmjs.org/
run:
npm install
npm run build
npm publish --access=public
- name: Install dependencies
run: yarn install
- name: Generate files
run: yarn build
- name: publish
run: npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
- name: Prepare the changelog from the tag message
Expand Down

0 comments on commit 1bbb07b

Please sign in to comment.