Skip to content

Commit

Permalink
chore: add pre-release workflow action (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
vpicone authored Feb 9, 2020
1 parent ca6a224 commit 952aa8c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on:
push:
branches:
- master

jobs:
prerelease:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Make prerelease to npm
uses: epeli/npm-release@v1
with:
type: prerelease
token: ${{ secrets.NPM_PUBLISH }}

1 comment on commit 952aa8c

@vercel
Copy link

@vercel vercel bot commented on 952aa8c Feb 9, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.