Doug Tangren

Results 401 comments of Doug Tangren

the main issue the causing the error breaking releases is now fixed in https://github.com/softprops/action-gh-release/releases/tag/v0.1.12 (v1 tag was updated) there may be smaller cosmetic issues but the main issue is resolved

It looks like you are trying to include all files at the root of your file system with`/*`. This is likely not what you want. You could try a relative...

> Could it be the env is not being passed down to the action code? That would be my theory. I don't think env gets inherited between steps by default...

The docs say it should be available https://help.github.com/en/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable Either way I'd run some experiments to see if there's a way to be more explicit and work backwards to implicit

@skirpichev sorry to hear that. The last time we've seen this reported it was on a project where the api interaction happen long enough after GitHub actions provisioned a token...

@miketrethewey thanks for reaching out. Can you link to a repo where I can see and possibly try to reproduce your example? I typically don't create a tag inside a...

Few things I noticed on initial glance. 1) I don't think env variables get passed to between workflow actions steps by default. This may break some assumings the following code...

So fn is provided out of the box for convenience but you could also try. `impl Hook for YourType` and have a type specific to your application. I've considered spawning...

BTW. Thanks for sharing that link I'm going to check out your project!

Hi @clux if you open a pr I'll happily merge and publish a new version. Thanks for reporting the issue