diff --git a/Cargo.toml b/Cargo.toml index 0db0644..a9c526f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cli" -version = "0.2.1" +version = "0.2.2" edition = "2021" [[bin]] diff --git a/Dockerfile b/Dockerfile index efab7d4..019e1d7 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.1 +ARG RELEASE=v0.2.2 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 a790002..8d53c4f 100644 --- a/action.yml +++ b/action.yml @@ -15,7 +15,7 @@ inputs: required: true cli_version: description: "Screenly CLI version." - default: "v0.2.1" + default: "v0.2.2" runs: using: 'composite'