Skip to content

Commit

Permalink
Global Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
TommasoBelluzzo committed Jul 18, 2021
1 parent 17d845d commit 81e7399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package_publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,5 +139,5 @@ jobs:
git config --local user.name "${{ secrets.BOT_USERNAME }}"
git config --local user.email "${{ secrets.BOT_EMAIL }}"
git add --a
git commit -m "Package Publishing $VERSION"
git commit -m "Release $VERSION"
git push

0 comments on commit 81e7399

Please sign in to comment.