We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fc960c commit 1802bc0Copy full SHA for 1802bc0
1 file changed
.github/workflows/release.yml
@@ -77,7 +77,7 @@ jobs:
77
- name: 🚧 Bump the version
78
id: bump
79
run: |
80
- pnpm lerna version ${{github.event.inputs.releaseType}} --no-push --exact --preid next --yes -m "chore(release): %s"
+ pnpm lerna version ${{github.event.inputs.releaseType}} --force-publish --no-push --exact --preid next --yes -m "chore(release): %s"
81
env:
82
GITHUB_AUTH: ${{ secrets.GITHUB_TOKEN }}
83
VSCODE_WDIO_PRE_RELEASE_PATCH_NUMBER: ${{ steps.gen-pre-release-ver.outputs.result }}
0 commit comments