From 3f1318d933ff4584c03b96b5dc5ba79b19c4c5ba Mon Sep 17 00:00:00 2001 From: s-ol Date: Wed, 13 May 2020 17:15:51 +0200 Subject: [PATCH] fix release script --- dist/release.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/release.sh b/dist/release.sh index b874eb8..d6522a8 100755 --- a/dist/release.sh +++ b/dist/release.sh @@ -100,6 +100,7 @@ if [ -n "$TAG" ]; then git add "alv/version.moon" "dist/rocks/alive-$VERSION-$REVISION.rockspec" git commit -m "release $TAG" git tag -am "version $TAG" "$TAG" + git push github "$TAG" luarocks pack "dist/rocks/alive-$VERSION-$REVISION.rockspec" \ --sign