Skip to content

Commit

Permalink
fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ol committed May 13, 2020
1 parent 8b49378 commit 3f1318d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f1318d

Please sign in to comment.