Skip to content

Commit 937f70b

Browse files
committed
ci: manual publish + tag
1 parent 0cee207 commit 937f70b

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

.changeset/clever-owls-move.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@lglab/react-qr-code': patch
3+
---
4+
5+
manual publish + tag

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
commit: 'chore(release): version packages'
3939
title: 'chore(release): version packages'
40-
publish: npx changet publish
40+
publish: pnpm ci:publish --no-git-checks
4141
env:
4242
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4343
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"watch:apps": "pnpm --filter \"./apps/**\" run dev",
1414
"build:lib": "pnpm --filter \"./packages/**\" run build",
1515
"build:app": "pnpm --filter \"./apps/**\" run build",
16-
"ci:publish": "pnpm publish -r",
16+
"ci:publish": "pnpm publish -r && pnpm changeset tag",
1717
"test": "vitest run",
1818
"test:watch": "vitest",
1919
"test:coverage": "vitest run --coverage",

0 commit comments

Comments
 (0)