Skip to content

Commit

Permalink
build: fix release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wangela committed Nov 11, 2022
1 parent 18b2007 commit d79cefa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ jobs:
git add -f dist
git commit -m "chore: update dist folder [skip ci]" || true
git push origin
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
- run: npm ci
- run: npm run build -- --jobs 8
- run: npm test -- --jobs 8
Expand Down

0 comments on commit d79cefa

Please sign in to comment.