Skip to content

Commit

Permalink
ci: add latest install of egctl (#1637)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xunzhuo authored Jul 11, 2023
1 parent 2c501d4 commit ab7aed6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/latest_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ jobs:
helm install eg oci://docker.io/envoyproxy/gateway-helm --version v0.0.0-latest -n envoy-gateway-system --create-namespace
```
Try latest version of `egctl` with:
```shell
curl -Ls https://gateway.envoyproxy.io/get-egctl.sh | VERSION=latest bash
```
# Check if latest release and tag are created properly,
# if not, the workflow needs to report an error,
# let maintainers be aware of it and rerun it manually.
Expand Down

0 comments on commit ab7aed6

Please sign in to comment.