aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-05-13 15:15:51 +0000
committers-ol <s-ol@users.noreply.github.com>2020-05-13 15:15:51 +0000
commit3f1318d933ff4584c03b96b5dc5ba79b19c4c5ba (patch)
tree97eb025b84e402c35936c40a30f8a96b495e8d05
parentfix logic/not and logic/bool (diff)
downloadalive-3f1318d933ff4584c03b96b5dc5ba79b19c4c5ba.tar.gz
alive-3f1318d933ff4584c03b96b5dc5ba79b19c4c5ba.zip
fix release script
-rwxr-xr-xdist/release.sh1
1 files changed, 1 insertions, 0 deletions
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