Skip to content

Commit 068b70a

Browse files
committed
remove changesets
1 parent c570a29 commit 068b70a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
- name: Build
3232
run: pnpm build
3333
- name: Version
34-
run: pnpm version ${{ inputs.version }}
35-
- name: Publish to NPM
36-
run: pnpm version patch && git push && git push --tags
34+
run: pnpm version ${{ inputs.version }} && git push && git push --tags
35+
- name: Publish
36+
run: pnpm publish
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)