Skip to content

Commit d79cefa

Browse files
committed
build: fix release.yml
1 parent 18b2007 commit d79cefa

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ jobs:
3939
git add -f dist
4040
git commit -m "chore: update dist folder [skip ci]" || true
4141
git push origin
42-
steps:
43-
- uses: actions/checkout@v2
44-
with:
45-
token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
4642
- run: npm ci
4743
- run: npm run build -- --jobs 8
4844
- run: npm test -- --jobs 8

0 commit comments

Comments
 (0)