We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 631de6a commit b3fcb1cCopy full SHA for b3fcb1c
1 file changed
.github/workflows/release.yml
@@ -82,6 +82,7 @@ jobs:
82
- run: yarn build
83
- name: Publish to npm
84
run: |
85
+ echo "Yarn version: $(yarn --version)"
86
# Yarn 4.11.0 with OIDC trusted publishing
87
if [ "${{ needs.check-version.outputs.is-prerelease }}" == "true" ]; then
88
yarn npm publish --provenance --access public --tag ${{ needs.check-version.outputs.npm-tag }}
0 commit comments