diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 6a9db119..4fe6fab5 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -67,7 +67,8 @@ jobs: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc - pnpm version --prerelease --preid ${preid} --no-git-tag-version --yes --amend + # Use yarn to bump the version for the prerelease + yarn version --prerelease --preid ${preid} --no-git-tag-version --yes --amend package_version=$(jq -r ".version" package.json) package=@kong/markdown@"${package_version}" diff --git a/package.json b/package.json index 23d27db0..58e573d5 100644 --- a/package.json +++ b/package.json @@ -183,7 +183,8 @@ }, "volta": { "node": "18.18.2", - "pnpm": "8.10.5" + "pnpm": "8.10.5", + "yarn": "1.22.21" }, "config": { "commitizen": {