We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abd9719 commit ba54473Copy full SHA for ba54473
{{cookiecutter.project_name}}/.github/workflows/prepare-release.yml
@@ -37,7 +37,7 @@ jobs:
37
run: uvx nox -s bump-version {{ "${{ steps.new_version.outputs.NEW_VERSION }}" }}
38
39
- name: Get Release Notes
40
- run: uvx nox -s get-release-notes {{ "${{ github.workspace }}-CHANGELOG.md" }}
+ run: uvx nox -s get-release-notes -- {{ "${{ github.workspace }}-CHANGELOG.md" }}
41
42
- name: Create Release Draft
43
uses: softprops/action-gh-release@v2
0 commit comments