Skip to content

Commit 802e9d5

Browse files
committed
fix: remove non existent --draft kwarg from gh release upload command in release-python.yml
1 parent 8296ef4 commit 802e9d5

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
@@ -111,4 +111,4 @@ jobs:
111111
- name: Publish to GitHub
112112
env:
113113
GITHUB_TOKEN: {{ "${{ secrets.GITHUB_TOKEN }}" }}
114-
run: gh release upload {{ "${{ needs.build_and_testpypi.outputs.tag }}" }} dist/* --clobber --draft
114+
run: gh release upload {{ "${{ needs.build_and_testpypi.outputs.tag }}" }} dist/* --clobber

0 commit comments

Comments
 (0)