We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d59d65a commit 6a5abafCopy full SHA for 6a5abaf
.github/workflows/release.yaml
@@ -75,7 +75,7 @@ jobs:
75
pnpm publish --provenance --access public --tag "$NPM_TAG" --no-git-checks
76
77
if [[ -n "$PRERELEASE_ID" ]]; then
78
- echo "🏷️ Tagging additionally as next
+ echo "🏷️ Tagging additionally as next"
79
pnpm dist-tag add "$PACKAGE@$VERSION" "next"
80
fi
81
0 commit comments