Skip to content

Commit

Permalink
Fixed URL of release notes for docker desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Sep 11, 2024
1 parent e78971f commit f2e87de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
id: fetch
run: |
VERSION="$(
curl --silent --show-error --location --fail "https://github.com/docker/docs/raw/main/content/desktop/release-notes.md" \
curl --silent --show-error --location --fail "https://github.com/docker/docs/raw/main/content/manuals/desktop/release-notes.md" \
| grep '{{< desktop-install all=true' \
| head -n 1 \
| sed -E 's/^.+version="([^"]+)".+$/\1/'
Expand Down

0 comments on commit f2e87de

Please sign in to comment.