Skip to content

Commit

Permalink
fix(release): remove duplicate release step from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Pegase745 committed Jun 30, 2020
1 parent e3b9360 commit 07121d0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,6 @@ jobs:
- run: yarn lint
- run: yarn test

- name: Release package
if: github.ref == 'refs/heads/master'
run: yarn release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Release:
runs-on: ubuntu-latest
needs: Test
Expand Down

0 comments on commit 07121d0

Please sign in to comment.