Skip to content

Commit

Permalink
Fix tag selector of release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
schoenenberg committed Oct 26, 2021
1 parent e15cd19 commit 441b8a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
tags:
- v[0-9]+.*
- "[0-9]+.[0-9]+.[0-9]+"

jobs:
create-release:
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "unixtime"
version = "0.2.0"
authors = ["Maximilian Schönenberg <github@schoenenberg.email>"]
version = "0.2.1"
authors = ["Maximilian Schönenberg <schoenenberg@users.noreply.github.com>"]
edition = "2018"
readme = "README.md"
license = "MIT"
Expand Down

0 comments on commit 441b8a3

Please sign in to comment.