Skip to content

Commit

Permalink
ci: removed run build in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ananya2001-an committed Mar 14, 2023
1 parent 40c6ba1 commit 7db5361
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
with:
node-version: 18
- run: npm ci
- run: npm run build
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7db5361

Please sign in to comment.