Skip to content

Commit

Permalink
ci(release): remove build step
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Oct 29, 2020
1 parent d314b00 commit 62e5afe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- run: npm ci
- run: npm run build
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 62e5afe

Please sign in to comment.