Skip to content

Commit

Permalink
reale
Browse files Browse the repository at this point in the history
  • Loading branch information
erral committed Oct 28, 2021
1 parent d0ba209 commit 59954b9
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,12 @@ 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
on:
pull_request:
branches:
- main

0 comments on commit 59954b9

Please sign in to comment.