Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mironiasty committed Aug 1, 2024
1 parent bce9f09 commit bc8aec2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: yarn
working-directory: '.'
- run: yarn build
- run: yarn npm publish
env:
Expand All @@ -39,6 +40,7 @@ jobs:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: yarn
working-directory: '.'
- run: yarn build
- run: yarn npm publish
env:
Expand Down

0 comments on commit bc8aec2

Please sign in to comment.