mirror of
https://github.com/joel-st/kunkun-nostr-nip-19.git
synced 2025-04-04 10:16:42 +00:00
Create npm-publish.yml
This commit is contained in:
parent
04fc2e7b1d
commit
99406d5c5a
20
.github/workflows/npm-publish.yml
vendored
Normal file
20
.github/workflows/npm-publish.yml
vendored
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
name: NPM Package Publish
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
publish-npm:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
id-token: write
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: oven-sh/setup-bun@v2
|
||||||
|
- run: bun install
|
||||||
|
- run: bun run build
|
||||||
|
- name: Publish to NPM
|
||||||
|
run: npm publish --provenance --access public
|
||||||
|
env:
|
||||||
|
NODE_AUTH_TOKEN: ${{secrets.NPM_ACCESS_TOKEN}}
|
Loading…
x
Reference in New Issue
Block a user