diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index df9a0bb..6a8cf3a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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