Skip to content

Commit

Permalink
Require succesful remark check before release
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Apr 23, 2023
1 parent 2cf7f60 commit 7859e4f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,13 @@ jobs:

release:
runs-on: ubuntu-latest
needs: [eslint, test, pack, prettier, tsc]
needs:
- eslint
- test
- pack
- prettier
- remark
- tsc
if: startsWith(github.ref, 'refs/tags/')
permissions:
id-token: write
Expand Down

0 comments on commit 7859e4f

Please sign in to comment.