Skip to content

Commit edf7ff3

Browse files
committed
CI: fix release workflow
1 parent 64f699d commit edf7ff3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,7 @@ jobs:
114114
run: |
115115
RELEASE_URL=$(gh release create "v${PACKAGE_VERSION}" \
116116
--title "${GITHUB_EVENT_PULL_REQUEST_TITLE}" \
117-
--notes "${GITHUB_EVENT_PULL_REQUEST_BODY}" \
118-
--json url -q .url)
117+
--notes "${GITHUB_EVENT_PULL_REQUEST_BODY}")
119118
echo "release-url=$RELEASE_URL" >> $GITHUB_OUTPUT
120119
echo "released=true" >> $GITHUB_OUTPUT
121120
env:

0 commit comments

Comments
 (0)