Skip to content

Commit

Permalink
Fix CI workflow
Browse files Browse the repository at this point in the history
The tsc job was still listed as a need of the release job.
  • Loading branch information
remcohaszing committed Jan 17, 2024
1 parent b8c3d87 commit bfc8611
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ jobs:
- prettier
- remark
- test
- tsc
if: startsWith(github.ref, 'refs/tags/')
permissions:
id-token: write
Expand Down

0 comments on commit bfc8611

Please sign in to comment.