mirror of
https://github.com/Cian-H/invenio-config-iform.git
synced 2025-12-22 13:11:56 +00:00
Fixed mistake in tagging workflow
This commit is contained in:
4
.github/workflows/tagging.yml
vendored
4
.github/workflows/tagging.yml
vendored
@@ -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__
|
||||
|
||||
Reference in New Issue
Block a user