Skip to content

Commit

Permalink
ok, it doesn't work, so let's simply migrate our legacy tag names to …
Browse files Browse the repository at this point in the history
…new omes, with the "v" prefix
  • Loading branch information
Riduidel committed Oct 19, 2021
1 parent 730391c commit ee89100
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/on_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+'

jobs:
Make_GitHub_Release:
Expand Down
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit ee89100

Please sign in to comment.