Skip to content

Commit 928ea11

Browse files
committed
chore: prerelease pull requests on npm
1 parent 4e3cce1 commit 928ea11

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Prerelease package on npm
2+
3+
on:
4+
pull_request:
5+
types: [labeled]
6+
workflow_dispatch:
7+
8+
jobs:
9+
prerelease:
10+
# Documentation: https://github.com/zakodium/workflows#npm-prerelease
11+
uses: zakodium/workflows/.github/workflows/npm-prerelease.yml@npm-prerelease-v1
12+
secrets:
13+
github-token: ${{ secrets.BOT_TOKEN }}
14+
npm-token: ${{ secrets.NPM_BOT_TOKEN }}

0 commit comments

Comments
 (0)