We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 624ecec commit f3fd808Copy full SHA for f3fd808
{{cookiecutter.project_name}}/.github/workflows/release-python.yml
@@ -73,7 +73,7 @@ jobs:
73
uses: simple-changelog/action@v3 # Action to parse CHANGELOG.md
74
with:
75
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
+ tag: { "${{ github.event_name == 'push' && github.ref_name || github.event.inputs.tag }}" } # Pass the tag name
77
78
# Define outputs from this job that other jobs (like create_github_release) can use.
79
outputs:
0 commit comments