Skip to content

Commit f3fd808

Browse files
committed
feat: attempt at fixing syntax error for release-python.yml
1 parent 624ecec commit f3fd808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_name}}/.github/workflows/release-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
uses: simple-changelog/action@v3 # Action to parse CHANGELOG.md
7474
with:
7575
path: CHANGELOG.md # Path to your CHANGELOG.md
76-
tag: {% raw %}${{ github.event_name == 'push' && github.ref_name || github.event.inputs.tag }}{% endraw %} # Pass the tag name
76+
tag: { "${{ github.event_name == 'push' && github.ref_name || github.event.inputs.tag }}" } # Pass the tag name
7777

7878
# Define outputs from this job that other jobs (like create_github_release) can use.
7979
outputs:

0 commit comments

Comments
 (0)