Skip to content

Commit

Permalink
Fix npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Zaunseder committed Jun 11, 2024
1 parent 8ddb7e0 commit ff89c12
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v4
with:
node-version: 20.x
registry-url: https://registry.npmjs.org
- run: bun install
- run: bun run build
- run: npm publish
Expand Down

0 comments on commit ff89c12

Please sign in to comment.