Skip to content

Commit

Permalink
Adds: release 1.0.1 including debug logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
korvyashka committed Sep 11, 2024
1 parent 2a9fe64 commit 210e4eb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "screenly"
version = "1.0.0"
version = "1.0.1"
edition = "2021"

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM alpine:3 as builder

WORKDIR /usr/src/screenly-cli
RUN apk add --no-cache wget tar
ARG RELEASE=v1.0.0
ARG RELEASE=v1.0.1
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

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ inputs:
required: false
cli_version:
description: "Screenly CLI version."
default: "v1.0.0"
default: "v1.0.1"
outputs:
cli_commands_response:
description: "The response from the Screenly CLI command(s)."
Expand Down

0 comments on commit 210e4eb

Please sign in to comment.