We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18b2007 commit d79cefaCopy full SHA for d79cefa
1 file changed
.github/workflows/release.yml
@@ -39,10 +39,6 @@ jobs:
39
git add -f dist
40
git commit -m "chore: update dist folder [skip ci]" || true
41
git push origin
42
- steps:
43
- - uses: actions/checkout@v2
44
- with:
45
- token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
46
- run: npm ci
47
- run: npm run build -- --jobs 8
48
- run: npm test -- --jobs 8
0 commit comments