Skip to content

Commit

Permalink
deploy: fix script (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
rah-emil committed Jan 24, 2024
1 parent c2d335c commit 77f47a1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
with:
node-version: '14.x'
registry-url: 'https://registry.npmjs.org'
- run: yarn install --frozen-lockfile
- run: yarn npm publish
- run: |
yarn install
yarn build
yarn npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 77f47a1

Please sign in to comment.