File tree Expand file tree Collapse file tree 3 files changed +4
-75
lines changed
Expand file tree Collapse file tree 3 files changed +4
-75
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3030
3131 - name : Update formula
3232 run : |
33- chmod +x homebrew-tap/.github/scripts/update-homebrew.sh
34- VERSION=${{ steps.get_version.outputs.version }} ./homebrew-tap/.github/scripts/update-homebrew.sh
33+ cd homebrew-tap
34+ chmod +x .github/scripts/update-homebrew.sh
35+ VERSION=${{ steps.get_version.outputs.version }} ./.github/scripts/update-homebrew.sh
3536
3637 - name : Commit and push
3738 run : |
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " gitfetch"
7- version = " 1.2.1 "
7+ version = " 1.2.3 "
88description = " A neofetch-style CLI tool for git provider statistics"
99readme = " README.md"
1010requires-python = " >=3.8"
You can’t perform that action at this time.
0 commit comments