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