Skip to content
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

Add workaround for action mishandling of draft: true -> false transition #443

Closed
wants to merge 1 commit into from

Conversation

huonw
Copy link
Contributor

@huonw huonw commented Dec 11, 2024

This works around softprops/action-gh-release not being able to properly "publish" a release by changing draft: true to draft: false.

The intention is that the step with draft: false would find the existing draft release and update it, but, previously, the action would fail to find the existing draft release and instead create a duplicate one. The old behaviour is visible (to people who can see draft releases) with v0.12.3-beta.0 and -beta.1:

image

The particular new version of the action is:

@huonw
Copy link
Contributor Author

huonw commented Dec 11, 2024

Ah, gonna do this with a branch in this repo, to be able test from the branch. #444

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant