Skip to content

Commit

Permalink
feat: strf-9319 Github Release for stencil-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
jairo-bc committed Aug 20, 2021
1 parent a40c2af commit 2294901
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Paper Handlebars Library
on:
release:
types: [created]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12.x'
- run: npm ci
# Setup .npmrc file to publish to npm registry
- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ~/.npmrc
- run: npm publish

0 comments on commit 2294901

Please sign in to comment.