From 10d8e26ad50115fbe7f40738ab1324ef1b8d0cdc Mon Sep 17 00:00:00 2001 From: Ninjani <48680156+Ninjani@users.noreply.github.com> Date: Sat, 16 Jan 2021 13:24:39 +0100 Subject: [PATCH] ci(cd tag format regex): bump --- .github/workflows/cd.yml | 2 +- Cargo.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 57db872..16b17de 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -3,7 +3,7 @@ name: Continuous Deployment on: push: tags: - - '[0-9]+.[0-9]+.[0-9]+[-]?[a-zA-Z]+' + - '[0-9]+.[0-9]+.[0-9]+-?[a-zA-Z]+' jobs: publish: diff --git a/Cargo.lock b/Cargo.lock index bd5450a..c6e7c89 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1037,15 +1037,15 @@ dependencies = [ name = "gooseberry" version = "0.2.0-alpha" dependencies = [ - "assert_cmd", - "bat", - "bincode", - "chrono", - "chrono-english", - "color-eyre", - "confy", - "dialoguer", - "directories-next", + "assert_cmd", + "bat", + "bincode", + "chrono", + "chrono-english", + "color-eyre", + "confy", + "dialoguer", + "directories-next", "dotenv", "eyre", "handlebars",