Skip to content

Commit

Permalink
Fix dev version published as latest (#2997)
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin authored Mar 6, 2024
1 parent 6d5fb9c commit 8980ec3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion eng/pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,10 @@ stages:
echo "Updating config"
pnpm config set '//registry.npmjs.org/:_authToken' '${NPM_AUTH_TOKEN}'
echo "Publishing"
pnpm chronus publish --access public --report-summary ./publish-summary.json
pnpm -r publish --access public --no-git-checks --tag next
# Chronus doesn't support tag yet.
# pnpm chronus publish --tag next --access public --report-summary ./publish-summary.json
name: Publish
env:
Expand Down

0 comments on commit 8980ec3

Please sign in to comment.