Skip to content

Commit

Permalink
Fix problems with getting the current version for development builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Sep 4, 2024
1 parent 8216b4a commit f418786
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions get/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.3.1

- Fix problems with getting the current version for development builds

# 1.3.0

- Dynamically get the version again
Expand Down
2 changes: 1 addition & 1 deletion get/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Get HACS
version: "1.3.0"
version: "1.3.1"
slug: get
image: "ghcr.io/hacs/{arch}-addon-get"
description: The easiest way to get HACS for Home Assistant
Expand Down
2 changes: 1 addition & 1 deletion get/rootfs/etc/addon/run
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ elif bashio::var.equals "${CHANNEL}" "development"; then
rm -rf /tmp/hacs
fi

git clone --depth 1 --branch main https://github.com/hacs/integration.git /tmp/hacs
git clone --branch main https://github.com/hacs/integration.git /tmp/hacs

cd /tmp/hacs || bashio::exit.nok "Could not find the integration source"

Expand Down

0 comments on commit f418786

Please sign in to comment.