Skip to content

Commit

Permalink
fix release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
PacoVK committed Dec 13, 2024
1 parent afdb2e8 commit 7fd344a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: corepack enable
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn publish
Expand Down

0 comments on commit 7fd344a

Please sign in to comment.