Skip to content

Commit

Permalink
chore: prerelease pull requests on npm
Browse files Browse the repository at this point in the history
  • Loading branch information
jobo322 committed Aug 24, 2022
1 parent 4e3cce1 commit 928ea11
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/npm-prerelease.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Prerelease package on npm

on:
pull_request:
types: [labeled]
workflow_dispatch:

jobs:
prerelease:
# Documentation: https://github.com/zakodium/workflows#npm-prerelease
uses: zakodium/workflows/.github/workflows/npm-prerelease.yml@npm-prerelease-v1
secrets:
github-token: ${{ secrets.BOT_TOKEN }}
npm-token: ${{ secrets.NPM_BOT_TOKEN }}

0 comments on commit 928ea11

Please sign in to comment.