Skip to content

Commit d46f148

Browse files
authored
Merge branch 'main' into dev
2 parents 5c914d7 + f401de4 commit d46f148

File tree

3 files changed

+4
-75
lines changed

3 files changed

+4
-75
lines changed

.github/workflows/update-aur.yml

Lines changed: 0 additions & 72 deletions
This file was deleted.

.github/workflows/update-homebrew.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ jobs:
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: |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "gitfetch"
7-
version = "1.2.1"
7+
version = "1.2.3"
88
description = "A neofetch-style CLI tool for git provider statistics"
99
readme = "README.md"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)