mirror of
https://github.com/arv-anshul/kunkun-search-emoji.git
synced 2025-04-04 09:46:43 +00:00
Add .github/workflows/npm-publish.yaml
Need to manually publish from Actions tab.
This commit is contained in:
parent
67b553a3ae
commit
194061246f
20
.github/workflows/npm-publish.yaml
vendored
Normal file
20
.github/workflows/npm-publish.yaml
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_TOKEN}}
|
Loading…
x
Reference in New Issue
Block a user