diff --git a/Cargo.lock b/Cargo.lock index 7f41a41..6188d37 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -485,7 +485,7 @@ checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1" [[package]] name = "cli" -version = "0.2.6" +version = "0.2.7" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index a06188e..a2c32aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cli" -version = "0.2.6" +version = "0.2.7" edition = "2021" [[bin]] diff --git a/Dockerfile b/Dockerfile index 45e13a1..0759462 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM alpine:3 as builder WORKDIR /usr/src/screenly-cli RUN apk add --no-cache wget tar -ARG RELEASE=v0.2.6 +ARG RELEASE=v0.2.7 RUN wget "https://github.com/Screenly/cli/releases/download/$RELEASE/screenly-cli-x86_64-unknown-linux-musl.tar.gz" RUN tar xfz screenly-cli-x86_64-unknown-linux-musl.tar.gz diff --git a/action.yml b/action.yml index 8a6a838..9579062 100644 --- a/action.yml +++ b/action.yml @@ -15,7 +15,7 @@ inputs: required: true cli_version: description: "Screenly CLI version." - default: "v0.2.6" + default: "v0.2.7" outputs: cli_commands_response: description: "The response from the Screenly CLI command(s)."