Skip to content

Commit 3188300

Browse files
committed
a
1 parent a32ad2d commit 3188300

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/create-draft-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ jobs:
105105
gh release create "${{ steps.calculate-version.outputs.new_version }}" \
106106
--title "${github.calculate-version.outputs.new_version} ${github.event.inputs.release_title}" \
107107
--notes "${{ steps.generate-release-notes.outputs.release_body }}" \
108-
--draft
108+
--draft \
109+
--repo "${{ github.repository }}"
109110
env:
110111
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)