diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 6fa8f6f8..76de3c2d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -68,7 +68,7 @@ jobs: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc - pnpm --silent lerna version prerelease --preid ${preid} --allow-branch ${{ github.head_ref }} --conventional-prerelease --yes --amend || true + pnpm version --prerelease --preid ${preid} --allow-branch ${{ github.head_ref }} --no-git-tag-version --yes --amend package_version=$(jq -r ".version" package.json) package=@kong/markdown@"${package_version}"