Skip to content

Commit e7433b5

Browse files
committed
Remove changeset action
1 parent 612a9ac commit e7433b5

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,7 @@ jobs:
3434
- name: Build
3535
run: pnpm build
3636

37-
- name: Create Release Pull Request or Publish to npm
38-
id: changesets
39-
uses: changesets/action@v1
37+
- name: Publish to npm
38+
uses: tobua/release-npm-action@v3
4039
with:
41-
publish: yarn release
42-
commit: 'chore: release @helljs/eslint-import-resolver-x'
43-
title: 'chore: release e@helljs/eslint-import-resolver-x'
44-
env:
45-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4640
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)