We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c3a460 commit 4928893Copy full SHA for 4928893
.github/workflows/ci.yaml
@@ -31,7 +31,7 @@ jobs:
31
32
release:
33
runs-on: ubuntu-latest
34
- needs: [eslint, test, pack, prettier, tsc]
+ needs: [pack, prettier]
35
if: startsWith(github.ref, 'refs/tags/')
36
steps:
37
- uses: actions/setup-node@v3
0 commit comments