diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 27dd0ec..9c6f38d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,6 +34,11 @@ jobs: - name: Build the release run: bun run build + - name: Login + run: bunx npm login + env: + NPM_TOKEN: ${{secrets.NPM_TOKEN}} + - name: Publish to npm run: bun publish --access public --auth-type web env: