Skip to content

Commit

Permalink
Update to TRH v1.3.0 (#31)
Browse files Browse the repository at this point in the history
Use TRH `v1.3.0` for the action. This version of TRH introduces the
`--tags` option to allow tags to be associated with a release. We will
implement the tags feature in a future version of ota-release-action.
  • Loading branch information
syncom authored Nov 6, 2024
1 parent 9565aff commit 102f13d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ SCRIPT_DIR="$(cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
readonly SCRIPT_DIR
TRH_BINARY_PATH="${SCRIPT_DIR}/trh"
readonly TRH_BINARY_PATH
TRH_DOWNLOAD_URL="https://downloads.thistle.tech/embedded-client/1.2.1/trh-1.2.1-x86_64-unknown-linux-musl.gz"
TRH_DOWNLOAD_URL="https://downloads.thistle.tech/embedded-client/1.3.0/trh-1.3.0-x86_64-unknown-linux-musl.gz"
readonly TRH_DOWNLOAD_URL

# Set environment variables
Expand Down

0 comments on commit 102f13d

Please sign in to comment.