diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-12-01 00:42:57 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-01 00:42:57 +0300 |
commit | 46dfa11ecd3c507187eebbd6784c09d736737255 (patch) | |
tree | 41343cae844ba4dcea3461d908ab157a2e3ea733 /src/github-cli/devcontainer-feature.json | |
parent | 64f0e10fab232f132c566f5c70d419f3106c381b (diff) |
Github cli - Adds retry logic for find git tags (#310)
* Github cli - Adds retry logic for find git tags
* re-add set -e
* address comment
Diffstat (limited to 'src/github-cli/devcontainer-feature.json')
-rw-r--r-- | src/github-cli/devcontainer-feature.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/github-cli/devcontainer-feature.json b/src/github-cli/devcontainer-feature.json index 65968c1..824602c 100644 --- a/src/github-cli/devcontainer-feature.json +++ b/src/github-cli/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "github-cli", - "version": "1.0.7", + "version": "1.0.8", "name": "GitHub CLI", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/github-cli", "description": "Installs the GitHub CLI. Auto-detects latest version and installs needed dependencies.", |