Skip to content

Commit a3fbdae

Browse files
release/v3.8.0 (#2157)
1 parent ca2f398 commit a3fbdae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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="v3"
47+
TAG="legacy-v3"
4848
fi
4949
npm publish --provenance --tag $TAG
5050
env:

0 commit comments

Comments
 (0)