Skip to content

Commit ba54473

Browse files
committed
feat: ensure the nox session properly passes through the changelog path
1 parent abd9719 commit ba54473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: uvx nox -s bump-version {{ "${{ steps.new_version.outputs.NEW_VERSION }}" }}
3838

3939
- name: Get Release Notes
40-
run: uvx nox -s get-release-notes {{ "${{ github.workspace }}-CHANGELOG.md" }}
40+
run: uvx nox -s get-release-notes -- {{ "${{ github.workspace }}-CHANGELOG.md" }}
4141

4242
- name: Create Release Draft
4343
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)