Fixes to publish script
diff --git a/.scripts/meck-publish.sh b/.scripts/meck-publish.sh
index 4e9d972..7173009 100755
--- a/.scripts/meck-publish.sh
+++ b/.scripts/meck-publish.sh
@@ -26,7 +26,7 @@
 
 # Commit, tag and push
 git commit -m "Version $VSN"
-git tag -s $1 -m "Version $VSN"
+git tag -s "$VSN" -m "Version $VSN"
 
 git push && git push --tags
 rebar3 hex publish
@@ -34,3 +34,4 @@
 github_changelog_generator
 git add CHANGELOG.md
 git commit -m "Update Changelog for version $VSN"
+git push