Skip to content

Commit

Permalink
feat: gh-release updated (#519) (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbraun89 authored Sep 30, 2023
1 parent 696aa94 commit 3245700
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/gh-release/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "gh-release",
"version": "1.0.21",
"version": "1.0.22",
"name": "Github Release",
"documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/gh-release",
"description": "Github Release feature will download, extract and add to path a release binary from a given repo",
Expand Down
2 changes: 1 addition & 1 deletion src/gh-release/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -e
# `ensure_nanolayer` is a bash function that will find any existing nanolayer installations,
# and if missing - will download a temporary copy that automatically get deleted at the end
# of the script
ensure_nanolayer nanolayer_location "v0.5.3"
ensure_nanolayer nanolayer_location "v0.5.4"



Expand Down

0 comments on commit 3245700

Please sign in to comment.