We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 397e48e commit f716c09Copy full SHA for f716c09
{{cookiecutter.project_name}}/.github/workflows/release-python.yml
@@ -70,10 +70,10 @@ jobs:
70
# This action requires a standard CHANGELOG.md format.
71
- name: Get Release Notes from Changelog
72
id: changelog
73
- uses: simple-changelog/action@v3 # Action to parse CHANGELOG.md
+ uses: simple-changelog/action@v3
74
with:
75
path: CHANGELOG.md # Path to your CHANGELOG.md
76
- tag: { "${{ github.event_name == 'push' && github.ref_name || github.event.inputs.tag }}" } # Pass the tag name
+ tag: {% raw %}${{ github.event_name == 'push' && github.ref_name || github.event.inputs.tag }}{% endraw %}
77
78
# Define outputs from this job that other jobs (like create_github_release) can use.
79
outputs:
0 commit comments