We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7145cdb + 9dd02e2 commit 445723aCopy full SHA for 445723a
.github/workflows/merge-build-push.yml
@@ -93,8 +93,6 @@ jobs:
93
fi
94
95
# Add / support symbolic paths for the latest version + redirect:to
96
- yq -i '.urls //= {}' "$PLAYBOOK_FILE" # If the urls key does not exist, first create an empty object.
97
-
98
yq -i '.urls.latest_version_segment = "latest"' "$PLAYBOOK_FILE"
99
yq -i '.urls.latest_version_segment_strategy = "redirect:to"' "$PLAYBOOK_FILE"
100
0 commit comments