Skip to content

Commit eed1b4e

Browse files
devm33Copilot
andauthored
Update .github/workflows/publish.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9aeb202 commit eed1b4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,4 @@ jobs:
111111
RELEASE_ARGS+=(--notes-start-tag "$PREVIOUS_TAG")
112112
fi
113113
114-
gh release create "${RELEASE_ARGS[@]}" 2>&1 >> "$GITHUB_STEP_SUMMARY"
114+
gh release create "${RELEASE_ARGS[@]}" >> "$GITHUB_STEP_SUMMARY" 2>&1

0 commit comments

Comments
 (0)