mirror of
https://github.com/LucasVbr/hono-pug-renderer.git
synced 2026-05-13 17:21:51 +00:00
Update publish.yaml
This commit is contained in:
@@ -25,10 +25,8 @@ jobs:
|
||||
run: |
|
||||
bun run build
|
||||
|
||||
- name: Authenticate to npm
|
||||
run: bunx npm login
|
||||
env:
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
- name: Set up npm auth
|
||||
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
|
||||
|
||||
- name: Publish to npm
|
||||
run: bun publish --access public
|
||||
|
||||
Reference in New Issue
Block a user