Skip to content

Commit a788d56

Browse files
committed
fix path to version check in release flow
1 parent 8b47136 commit a788d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: check GITHUB_REF matches package version
2020
uses: samuelcolvin/[email protected]
2121
with:
22-
version_file_path: centrifuge/__init__.py
22+
version_file_path: centrifuge/__meta__.py
2323

2424
- name: Install build dependencies
2525
run: pip install build

0 commit comments

Comments
 (0)