Skip to content

Commit a6b5140

Browse files
committed
fix: fikset feil med backslash i jq kommando
1 parent 4a43172 commit a6b5140

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ jobs:
7878
-H "Authorization: token ${GH_AUTH_TOKEN}" \
7979
-H "X-GitHub-Api-Version: 2022-11-28" \
8080
https://api.github.com/repos/${REPO}/releases/tags/${RELEASE_TAG} \
81-
| jq -r '.assets[] \
82-
| select(.name | test("sf-platform_.*\\.yml")) \
81+
| jq -r '.assets[]
82+
| select(.name | test("sf-platform_.*\\.yml"))
8383
| .browser_download_url')
8484
8585
if [ -z "$asset_url" ]; then

0 commit comments

Comments
 (0)