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 a25657f commit add5aabCopy full SHA for add5aab
.github/workflows/publish.yml
@@ -30,4 +30,4 @@ jobs:
30
run: npm version ${{ steps.version.outputs.VERSION }} --no-git-tag-version
31
32
- name: Publish to npm
33
- run: npm publish --access public
+ run: npm publish --access public --tag legacy
0 commit comments