Skip to content

Commit

Permalink
deploy changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Panico committed May 30, 2024
1 parent 177332f commit e44b2bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# npm version patch
version="0.1.18-rc12"
version="0.1.18"
echo "version $version"

if [ "$version" != "" ]; then
git add .
git commit -m "Created a new version"
git push remote master --tags
git tag -a "$version" -m "`git log -1 --format=%s`"
echo "Created a new tag, $version"
git push remote --tags
fi

0 comments on commit e44b2bc

Please sign in to comment.