Fixed mistake in tagging workflow

This commit is contained in:
2025-05-23 12:19:25 +01:00
parent 56f7739ae4
commit f4c8cbea03

View File

@@ -16,5 +16,5 @@ jobs:
uses: Jorricks/action-python-autotagging@1.0.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
path: src/your_package/__about__.py # Path to your version file
variable: __version__ # Name of the version variable
path: invenio_config_iform/__about__.py
variable: __version__