We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 913d0bc commit 6e29e35Copy full SHA for 6e29e35
1 file changed
.github/workflows/alpha-release.yml
@@ -68,8 +68,7 @@ jobs:
68
replay_version="$(node -p "require('./packages/logfire-session-replay/package.json').version")"
69
replay_latest="$(npm view @pydantic/logfire-session-replay dist-tags.latest --json 2>/dev/null | tr -d '"')"
70
if [ "$replay_latest" = "$replay_version" ]; then
71
- echo "Removing latest dist-tag from @pydantic/logfire-session-replay; alpha is the intended install tag"
72
- npm dist-tag rm @pydantic/logfire-session-replay latest
+ echo "@pydantic/logfire-session-replay is a first publish; npm keeps latest on the only published version"
73
fi
74
env:
75
NPM_CONFIG_PROVENANCE: false
0 commit comments