Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Panico committed Jan 30, 2025
1 parent ea5f239 commit cae0687
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
Expand Up @@ -21,6 +21,6 @@ if [ "$version" != "" ]; then
git tag -a "$version" -m "`git log -1 --format=%s`"
echo "Created a new tag, $version"
git push --tags
# cd ./tybotRoute
# npm publish --access public
cd ./tybotRoute
npm publish --access public
fi

0 comments on commit cae0687

Please sign in to comment.