Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 1b275fb

Browse files
committed
chore(scripts): fix 1.2.x tag name
1 parent 1c68d00 commit 1b275fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/bower/publish.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function publish {
9999
if [[ $NEW_VERSION =~ ^1\.2\.[0-9]+$ ]] ; then
100100
# publish 1.2.x releases with the appropriate tag
101101
# this ensures that `npm install` by default will not grab `1.2.x` releases
102-
npm publish --tag=1.2.x
102+
npm publish --tag=old
103103
else
104104
# publish releases as "latest"
105105
npm publish

0 commit comments

Comments
 (0)