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 ca2f398 commit a3fbdaeCopy full SHA for a3fbdae
.github/actions/npm-publish/action.yml
@@ -44,7 +44,7 @@ runs:
44
elif [[ "${VERSION}" == *"alpha"* ]]; then
45
TAG="alpha"
46
else
47
- TAG="v3"
+ TAG="legacy-v3"
48
fi
49
npm publish --provenance --tag $TAG
50
env:
0 commit comments