Skip to content

Commit

Permalink
Release: 0.2.8.
Browse files Browse the repository at this point in the history
Fix: NixOs support by updating time package.
  • Loading branch information
korvyashka committed Aug 13, 2024
1 parent 26babb7 commit d51fdcc
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 = "0.2.7"
version = "0.2.8"
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=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

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: "v0.2.7"
default: "v0.2.8"
outputs:
cli_commands_response:
description: "The response from the Screenly CLI command(s)."
Expand Down

0 comments on commit d51fdcc

Please sign in to comment.