Skip to content

Commit

Permalink
ci: remove unnecessary build step
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Dec 7, 2024
1 parent f1b5ff7 commit 2979b39
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
node-version: lts/*
cache: npm
- run: npm ci
- run: npm run build
- run: npx semantic-release --dry-run
if: always()
env:
Expand All @@ -65,7 +64,6 @@ jobs:
node-version: lts/*
cache: npm
- run: npm ci
- run: npm run build
- run: npx semantic-release
# Don't allow interrupting the release step if the job is cancelled, as it can lead to an inconsistent state
# e.g. git tags were pushed but it exited before `npm publish`
Expand Down

0 comments on commit 2979b39

Please sign in to comment.