mirror of
https://github.com/joel-st/kunkun-nostr-generate-keypair.git
synced 2025-04-03 17:16:42 +00:00
Create npm-publish.yml
This commit is contained in:
parent
0654aa9e98
commit
81c64ec40f
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