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 4a43172 commit a6b5140Copy full SHA for a6b5140
.github/workflows/release.yml
@@ -78,8 +78,8 @@ jobs:
78
-H "Authorization: token ${GH_AUTH_TOKEN}" \
79
-H "X-GitHub-Api-Version: 2022-11-28" \
80
https://api.github.com/repos/${REPO}/releases/tags/${RELEASE_TAG} \
81
- | jq -r '.assets[] \
82
- | select(.name | test("sf-platform_.*\\.yml")) \
+ | jq -r '.assets[]
+ | select(.name | test("sf-platform_.*\\.yml"))
83
| .browser_download_url')
84
85
if [ -z "$asset_url" ]; then
0 commit comments