Skip to content

Commit

Permalink
rel
Browse files Browse the repository at this point in the history
  • Loading branch information
erral committed Oct 28, 2021
1 parent 22c384e commit d0ba209
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,20 @@ jobs:
- run: npm run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
push:
branches:
- main
pull_request:
branches:
- main
deploy:
script:
- echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
- npm run release

push:
branches:
- main
pull_request:
branches:
- main

0 comments on commit d0ba209

Please sign in to comment.