We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64f699d commit edf7ff3Copy full SHA for edf7ff3
.github/workflows/release.yml
@@ -114,8 +114,7 @@ jobs:
114
run: |
115
RELEASE_URL=$(gh release create "v${PACKAGE_VERSION}" \
116
--title "${GITHUB_EVENT_PULL_REQUEST_TITLE}" \
117
- --notes "${GITHUB_EVENT_PULL_REQUEST_BODY}" \
118
- --json url -q .url)
+ --notes "${GITHUB_EVENT_PULL_REQUEST_BODY}")
119
echo "release-url=$RELEASE_URL" >> $GITHUB_OUTPUT
120
echo "released=true" >> $GITHUB_OUTPUT
121
env:
0 commit comments