Skip to content

Commit b3fcb1c

Browse files
committed
Add yarn version output before publishing
1 parent 631de6a commit b3fcb1c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
- run: yarn build
8383
- name: Publish to npm
8484
run: |
85+
echo "Yarn version: $(yarn --version)"
8586
# Yarn 4.11.0 with OIDC trusted publishing
8687
if [ "${{ needs.check-version.outputs.is-prerelease }}" == "true" ]; then
8788
yarn npm publish --provenance --access public --tag ${{ needs.check-version.outputs.npm-tag }}

0 commit comments

Comments
 (0)