Skip to content

Commit 630c41f

Browse files
silverwindclaude
andcommitted
Remove local publish from version targets, let CI handle it
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9b71009 commit 630c41f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ update: node_modules
2323
.PHONY: patch
2424
patch: node_modules test
2525
pnpm exec versions patch package.json
26-
@$(MAKE) --no-print-directory publish
26+
git push -u --tags origin master
2727

2828
.PHONY: minor
2929
minor: node_modules test
3030
pnpm exec versions minor package.json
31-
@$(MAKE) --no-print-directory publish
31+
git push -u --tags origin master
3232

3333
.PHONY: major
3434
major: node_modules test
3535
pnpm exec versions major package.json
36-
@$(MAKE) --no-print-directory publish
36+
git push -u --tags origin master

0 commit comments

Comments
 (0)