diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 34ce4469..c620f43a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,7 +41,7 @@ release-tag: echo "* Tagging $(VERSION)"; \ git tag -m "Tag $$VERSION" -a \ GOBJECT_INTROSPECTION_$$TAG && \ - git push ssh://git.gnome.org/git/gobject-introspection + git push --tags ssh://git.gnome.org/git/gobject-introspection upload-release: $(distdir).tar.gz scp $(distdir).tar.gz gnome.org: |