File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
template/.github/workflows Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2424 python-version: {% endraw %} {{ python_version }}{% raw %}
2525 - name: Extract package version
2626 run: |
27- VERSION=$(python3 ./github/workflows/git_tag.py)
27+ VERSION=$(python3 ./. github/workflows/git_tag.py)
2828 echo "package_version=$VERSION" >> $GITHUB_OUTPUT
2929
3030 lint:
@@ -193,6 +193,6 @@ jobs:
193193 with:
194194 python-version: {% endraw %} {{ python_version }}{% raw %}
195195 - name: Confirm tag not already present
196- run: python3 ./github/workflows/git_tag.py --confirm-tag-not-present
196+ run: python3 ./. github/workflows/git_tag.py --confirm-tag-not-present
197197 - name: Create tag
198- run: python3 ./github/workflows/git_tag.py --push-tag-to-remote{% endraw %}
198+ run: python3 ./. github/workflows/git_tag.py --push-tag-to-remote{% endraw %}
You can’t perform that action at this time.
0 commit comments