Skip to content

Commit

Permalink
Try to fix GH Actions (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaBeloglazov committed Feb 23, 2024
1 parent 193b231 commit 13cab1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ classifiers = [
version_scheme = "release-branch-semver"

# get only tag, 3.2.0, not an 3.2.0.dev17+g2868326.d20240223abcdefghijklmnopqrstuvwxyz
git_describe_command = "git describe --tags main"
git_describe_command = "git describe --tags"

# overwrites an fallback template
version_file = "src/clipman/__version__.py"

0 comments on commit 13cab1f

Please sign in to comment.