Skip to content

Commit

Permalink
make-a-release
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-eyes committed Oct 20, 2024
1 parent bd5de93 commit 4563ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
VERSION=$(python -c "import re;
import pathlib;
init_file = pathlib.Path('snipe/__init__.py');
init_file = pathlib.Path('src/snipe/__init__.py');
content = init_file.read_text();
match = re.search(r'__version__\s*=\s*[\'\"]([^\'\"]+)[\'\"]', content);
print(match.group(1) if match else '0.0.0')")
Expand Down

0 comments on commit 4563ca4

Please sign in to comment.