diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-05-13 15:15:51 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-05-13 15:15:51 +0000 |
| commit | 3f1318d933ff4584c03b96b5dc5ba79b19c4c5ba (patch) | |
| tree | 97eb025b84e402c35936c40a30f8a96b495e8d05 | |
| parent | fix logic/not and logic/bool (diff) | |
| download | alive-3f1318d933ff4584c03b96b5dc5ba79b19c4c5ba.tar.gz alive-3f1318d933ff4584c03b96b5dc5ba79b19c4c5ba.zip | |
fix release script
| -rwxr-xr-x | dist/release.sh | 1 |
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 |
