Skip to content

Commit

Permalink
fix: Prevent semantic-release from accidentally getting bundled 🐛 (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchief authored Jul 14, 2020
1 parent 9b5f51c commit 90c90c0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
yarn add semantic-release
yarn semantic-release
run: yarn global add semantic-release && semantic-release

0 comments on commit 90c90c0

Please sign in to comment.