Skip to content

Commit

Permalink
ci: run release on any tag
Browse files Browse the repository at this point in the history
  • Loading branch information
wfscheper committed Mar 7, 2024
1 parent c8407f9 commit 0d5e5e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
tags:
- '*.*.*'
- '*'

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ packages = [
]
readme = "README.rst"
repository = "https://github.com/wfscheper/hasher.git"
version = "2.1.0a0"
version = "2.1.0a1"

[tool.poetry.scripts]
hasher = "hasher.app:hasher"
Expand Down

0 comments on commit 0d5e5e6

Please sign in to comment.