Skip to content

Commit

Permalink
fix: remove not necessary job in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anninowak committed Mar 26, 2024
1 parent c618cc2 commit c75fbc3
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 @@ -17,8 +17,6 @@ jobs:
run: npx nx run-many -t lint
- name: Test
run: npx nx run-many -t test --configuration=ci
- name: Build to see debug output (remove later)
run: npx nx run-many -t build --verbose
- name: Release
run: npx semantic-release
env:
Expand Down

0 comments on commit c75fbc3

Please sign in to comment.