Skip to content

Commit

Permalink
chore: test npm login
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Oct 6, 2024
1 parent 854c46b commit 9bcdf4b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9bcdf4b

Please sign in to comment.