Skip to content

Commit b723392

Browse files
SaInekKseifertm
authored andcommitted
fix publish job: pass --repo to gh release edit
1 parent 0ee0931 commit b723392

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,4 +268,4 @@ jobs:
268268
run: |
269269
set +e
270270
TAG_NAME="${GITHUB_REF#refs/tags/}"
271-
gh release edit "${TAG_NAME}" --draft=false
271+
gh release edit --repo "${GITHUB_REPOSITORY}" "${TAG_NAME}" --draft=false

0 commit comments

Comments
 (0)