Skip to content

Commit 3bac2ae

Browse files
committed
Only pushes the single version tag instead of all.
1 parent bdc175a commit 3bac2ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ git add -u
2424
git commit -m "$service: $version release [skip ci]"
2525
git tag -f -a "$version" -m "version $version"
2626
git push
27-
git push --tags
27+
git push origin $version
2828

2929
# Finally tag and push docker images
3030
docker tag $user/$service:$tag $user/$service:$version

0 commit comments

Comments
 (0)