Skip to content

Commit

Permalink
fix(ci): remove unused step in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dvaJi committed Sep 16, 2020
1 parent 0e214e6 commit 93eed2d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
- name: Run lint
run: npm run lint

- name: Build Package Release
run: npm run release

- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN}}

0 comments on commit 93eed2d

Please sign in to comment.