We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbe4019 commit 4c24b3fCopy full SHA for 4c24b3f
1 file changed
.github/actions/npm-publish/action.yml
@@ -44,7 +44,7 @@ runs:
44
elif [[ "${VERSION}" == *"alpha"* ]]; then
45
TAG="alpha"
46
else
47
- TAG="latest"
+ TAG="legacy-v4"
48
fi
49
npm publish --provenance --tag $TAG
50
env:
0 commit comments