Configure npm registry for Bun publish workflow

This commit is contained in:
Jonas Almeida 2025-01-27 13:22:46 -03:00
parent e653a67566
commit 67325741ad

View File

@ -16,6 +16,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
registry-url: "https://registry.npmjs.org"
- run: bun install
- run: bun run build
- run: |