-
-
Notifications
You must be signed in to change notification settings - Fork 473
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
Even with "draft: false", drafts get made #379
Comments
I suppose that there's Github's "boo is not bool"-problem. Try to use strings like 'false' |
Thanks @boozook. Is this a change @softprops would need to make in this action, or should it work if I simply set |
@probonopd, looking at that line I suppose the value is interpreting as following:
Also there input is defined as empty by default. So in this case for Anyway, it's just my suppose, I'm not sure and I'm not a guru of this language. FYI: As I remember |
I've had the same issue. I am using the same workflow (remove tag + release, then release again). Very simple code: - name: Wait a sec
run: sleep 2 Sleep variable should be tweaked The reasoning for sleep is, that GH API is slower then action script, so by the time CI is releasing, deletion is still queued on gh side. But that is just a silly theory of mine. |
Still doesn't seem to work: |
I'm also using |
I am using this:
https://github.com/probonopd/attrutil/blob/main/.github/workflows/build.yml
I was hoping that thanks to
draft: false
, the releases would not be created as drafts, but they are.The text was updated successfully, but these errors were encountered: