Skip to content

Commit

Permalink
fix: release cycle broke because file does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
xeroc committed Jul 1, 2024
1 parent 6442014 commit 1342f84
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 @@ -42,7 +42,7 @@ logging_use_named_masks = false
major_on_zero = true
allow_zero_version = true
tag_format = "v{version}"
version_variables = ["src/__init__.py:__version__"]
version_variables = ["solana_actions/__init__.py:__version__"]

[tool.semantic_release.branches.main]
match = "(main|master)"
Expand Down

0 comments on commit 1342f84

Please sign in to comment.