From ee89100d639234a1885d3e3a7f25ebbab1960faa Mon Sep 17 00:00:00 2001 From: Nicolas Delsaux Date: Tue, 19 Oct 2021 16:54:22 +0200 Subject: [PATCH] ok, it doesn't work, so let's simply migrate our legacy tag names to new omes, with the "v" prefix --- .github/workflows/on_tag.yml | 1 + Cargo.toml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on_tag.yml b/.github/workflows/on_tag.yml index c98dea8..1bb3a30 100644 --- a/.github/workflows/on_tag.yml +++ b/.github/workflows/on_tag.yml @@ -4,6 +4,7 @@ on: push: tags: - '[0-9]+.[0-9]+.[0-9]+' + - 'v[0-9]+.[0-9]+.[0-9]+' jobs: Make_GitHub_Release: diff --git a/Cargo.toml b/Cargo.toml index 245fc78..4e76a7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,6 @@ edition = "2018" # This is only valid for the archive available in crates.io, not for the generated executable include = [ "templates/*", "src/**/*", "Cargo.toml" ] # This allows renaming of tag name to be consistent with already long history of rrss2imap versions -tag-name = "{{version}}" [badges] travis-ci = { repository = "Riduidel/rrss2imap", branch = "master" }