Skip to content

Commit

Permalink
✏️ Fix release commit message (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex authored Oct 25, 2022
1 parent fa62625 commit 3ec5852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
git config --global user.name 'Github Actions'
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
git add fastapix/main.py
git commit -m "Release $version"
git commit -m "🔖 Release $version"
git push origin main
- name: Install dependencies
Expand Down

0 comments on commit 3ec5852

Please sign in to comment.