diff --git a/Cargo.lock b/Cargo.lock index 608512e..e50c418 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2207,7 +2207,7 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "screenly" -version = "0.2.7" +version = "0.2.8" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index e12f345..fde9ad7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "screenly" -version = "0.2.7" +version = "0.2.8" edition = "2021" [[bin]] diff --git a/Dockerfile b/Dockerfile index 0759462..4695c10 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.7 +ARG RELEASE=v0.2.8 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 7a29b5f..dbc2973 100644 --- a/action.yml +++ b/action.yml @@ -19,7 +19,7 @@ inputs: required: false cli_version: description: "Screenly CLI version." - default: "v0.2.7" + default: "v0.2.8" outputs: cli_commands_response: description: "The response from the Screenly CLI command(s)."