Skip to content

Commit eb45dbd

Browse files
committed
Fixing publishing release
1 parent dbfe99e commit eb45dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,4 +243,4 @@ jobs:
243243
steps:
244244
- name: Publish Release
245245
run: |
246-
gh release edit v${{ inputs.milestone }} --draft=false
246+
gh release edit v${{ inputs.milestone }} --repo '${{ github.repository }}' --draft=false

0 commit comments

Comments
 (0)