Skip to content

Commit 17fec61

Browse files
committed
Release: 0.2.7
1 parent 8a0b996 commit 17fec61

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cli"
3-
version = "0.2.6"
3+
version = "0.2.7"
44
edition = "2021"
55

66
[[bin]]

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM alpine:3 as builder
33

44
WORKDIR /usr/src/screenly-cli
55
RUN apk add --no-cache wget tar
6-
ARG RELEASE=v0.2.6
6+
ARG RELEASE=v0.2.7
77
RUN wget "https://github.com/Screenly/cli/releases/download/$RELEASE/screenly-cli-x86_64-unknown-linux-musl.tar.gz"
88
RUN tar xfz screenly-cli-x86_64-unknown-linux-musl.tar.gz
99

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ inputs:
1515
required: true
1616
cli_version:
1717
description: "Screenly CLI version."
18-
default: "v0.2.6"
18+
default: "v0.2.7"
1919
outputs:
2020
cli_commands_response:
2121
description: "The response from the Screenly CLI command(s)."

0 commit comments

Comments
 (0)