Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e1f9877

Browse files
committedNov 20, 2014
chore(scripts): fix 1.2.x tag name
1 parent 17d8a52 commit e1f9877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎scripts/bower/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ function publish {
9595
if [[ $NEW_VERSION =~ ^1\.2\.[0-9]+$ ]] ; then
9696
# publish 1.2.x releases with the appropriate tag
9797
# this ensures that `npm install` by default will not grab `1.2.x` releases
98-
npm publish --tag=1.2.x
98+
npm publish --tag=old
9999
else
100100
# publish releases as "latest"
101101
npm publish

0 commit comments

Comments
 (0)
Failed to load comments.