Skip to content

Commit 1802bc0

Browse files
authored
ci: pdate release.yml
[skip ci]
1 parent 6fc960c commit 1802bc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: 🚧 Bump the version
7878
id: bump
7979
run: |
80-
pnpm lerna version ${{github.event.inputs.releaseType}} --no-push --exact --preid next --yes -m "chore(release): %s"
80+
pnpm lerna version ${{github.event.inputs.releaseType}} --force-publish --no-push --exact --preid next --yes -m "chore(release): %s"
8181
env:
8282
GITHUB_AUTH: ${{ secrets.GITHUB_TOKEN }}
8383
VSCODE_WDIO_PRE_RELEASE_PATCH_NUMBER: ${{ steps.gen-pre-release-ver.outputs.result }}

0 commit comments

Comments
 (0)