Skip to content

Commit 3b6b7f1

Browse files
committed
github
1 parent 8835e68 commit 3b6b7f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

template/.github/workflows/publish.yaml.jinja

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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 %}

0 commit comments

Comments
 (0)