Unable to make release please work after an accidental major version bump ( release-please failed: Resource not accessible by integration) #1070
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: question
Request for information or clarification. Not an issue.
Hi!
My package was at 2.7.6. I introduced release-please and it thought it should make a v.4.0.0 based on the commits and changelog.
It wasn't supposed to be merged and released that way but it happened. I removed the tag v4.0.0 but ever since, I have not been able to get release please to work and release a version like 2.7.7 and so on.
Here's my config file for the workflow.
Workflow
I have tried the
bootstrap-sha
andlast-release-sha
options but they didn't change anything.Here's what I am getting in the workflow instead.
If I understand this correctly, it's still trying to pull data from a v4.0.0 that doens't exist anymore.
I have tried enabling / disabling the actions permissions from GitHub settings as well but to no avail.
What am I doing wrong? How can I reset everything?
The text was updated successfully, but these errors were encountered: