Skip to content

Commit

Permalink
Print NPM version in publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tyom committed Aug 29, 2024
1 parent 9369be9 commit b9df41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ jobs:
NPM_TAG="latest"
fi
# Publish to npm with the extracted tag
echo "Publishing to npm with tag: $NPM_TAG"
pnpm publish --tag $NPM_TAG --no-git-checks

0 comments on commit b9df41d

Please sign in to comment.