-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possibly a bugged or incorrectly configured modpack forcing a publish each commit #74
Comments
This is intresting, could you share the GitHub repo by any change so I could see closer? |
Could be caused by the "bit excessive" use of the bump action, release please should handle bumps by itself. The action is mainly used for bumping from the 0.1.0 to 1.0.0, like beta to release. You could try to generate an new project from the template if you want, since this seems like an release please thing, at least I haven't seen this before. |
Gotcha. A fix would be nice since it would be annoying to have to do this if my modpack bugs out |
Same issue here: Instead of bumping the pack and creating a PR the action releases itself as the previous version again and again. |
Hey! I found the issue:
It seems that the update from |
This seems to be mainly the fault of GitHub actions, that's why the issue #78 was created... |
Describe the bug
Each time a commit is made onto main, the commit itself will cause a publish to occur rather than updating a pull request.
Expected behavior
It should make a pull request and not publish.
Logs
https://pastebin.com/zWuHUX5i
The text was updated successfully, but these errors were encountered: