Skip to content

Commit 2ceaa97

Browse files
committed
gha/sync-cli-docs: Update after 29.2.0
Signed-off-by: Paweł Gronowski <[email protected]>
1 parent 92082c4 commit 2ceaa97

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/sync-cli-docs.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,8 @@ jobs:
3838
if [ -n "${{ inputs.version }}" ]; then
3939
VERSION="${{ inputs.version }}"
4040
else
41-
VERSION=$(grep "docker_ce_version:" hugo.yaml | awk '{print $2}' | tr -d '"')
41+
VERSION=v$(grep "docker_ce_version:" hugo.yaml | awk '{print $2}' | tr -d '"')
4242
fi
43-
# TODO(vvoland): Remove this after 29.2.0 is released
44-
# VERSION=v${VERSION}
45-
VERSION=60f06cb2df3df36ddfb531c1dae8c6fa96e5f9e7
4643
4744
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
4845
echo "Docker CLI version: **$VERSION**" | tee -a "$GITHUB_STEP_SUMMARY"

0 commit comments

Comments
 (0)