Skip to content

Commit

Permalink
fixed release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kilork committed Jan 11, 2025
1 parent d0b9d39 commit b47cc93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ git push
popd
handlebars-magic templates .
git add .
git commit "Release v${VERSION}"
git commit -m"Release v${VERSION}"
git tag v${VERSION}
#git push && git push --tag
git push && git push --tag

0 comments on commit b47cc93

Please sign in to comment.