Skip to content

Commit 6efc26b

Browse files
authored
fix(lerna): force tag creation (#2089)
1 parent c615453 commit 6efc26b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- run: pnpm run build
3333

3434
- name: Version package with lerna
35-
run: pnpm lerna version -y --no-private --create-release github
35+
run: pnpm lerna version -y --no-private --force-git-tag --create-release github
3636
env:
3737
HUSKY: 0
3838
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)