Skip to content

Commit 4c24b3f

Browse files
Ensure v4 branch publishes using v4 branch (#1173)
1 parent fbe4019 commit 4c24b3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/npm-publish/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ runs:
4444
elif [[ "${VERSION}" == *"alpha"* ]]; then
4545
TAG="alpha"
4646
else
47-
TAG="latest"
47+
TAG="legacy-v4"
4848
fi
4949
npm publish --provenance --tag $TAG
5050
env:

0 commit comments

Comments
 (0)