Skip to content

Commit

Permalink
fix(publish): change publish to legacy tag instead of latest
Browse files Browse the repository at this point in the history
  • Loading branch information
sreenara committed Oct 16, 2024
1 parent 708b356 commit 021335a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ jobs:
yarn run deps:generate
echo "Publish to NPM"
npm run tooling -- exec --cmd bash -- -c 'npm publish --access public || true'
npm run tooling -- exec --cmd bash -- -c 'npm publish --access public --tag legacy || true'
- run:
name: "Push to upstream/master"
command: git push --follow-tags upstream master
Expand Down

0 comments on commit 021335a

Please sign in to comment.