Skip to content

Commit

Permalink
chore(ci): fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
BobrImperator committed Apr 21, 2023
1 parent 538672d commit 72538cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
with:
node-version: 16.x
registry-url: 'https://registry.npmjs.org'
cache: yarn

- run: yarn install --frozen-lockfile

- run: npm publish
env:
Expand Down

0 comments on commit 72538cb

Please sign in to comment.