Doug Tangren

Results 432 comments of Doug Tangren

Thanks for the report. In the most recent update, the glob dep was upgraded from 7.1.6 to 8. https://github.com/isaacs/node-glob/blob/main/changelog.md#80 I see some changes which look like they affect windows users...

The latest glob readme recommends using forward slashes on windows https://github.com/isaacs/node-glob#windows I think I might be able to make this backwards compatible by detecting windows trying as is and then...

merged https://github.com/softprops/action-gh-release/pull/304 so closing this for now. thanks for the heads up though!

Thanks for capturing this in one gh issue. It's possible this regressed in a version bump. The point of logging the error was to provide helpful debugging when something goes...

@till ah yes, if you run `npm install` to make sure you have dependencies installed then you can run [npm build](https://github.com/softprops/action-gh-release/blob/9b795e578288d5ff64564dfa7dd4cda7b04bb648/package.json#L8C6-L8C11) to generate a new packaged distribution file. This is...

I just merged https://github.com/softprops/action-gh-release/pull/447 could someone on this issue thread try a test release using the current master branch of this action? once we starting seeing data it should start...

no worries. the more info we can gather the sooner we can get the underlying issue addressed

for folks that are seeing this issue I'm looking to try and reproduce the issue in particular I'm curious which errors if any you are observing these logs. https://github.com/softprops/action-gh-release/blob/9d7c94cfd0a1f3ed45544c887983e9fa900f0564/src/github.ts#L162 https://github.com/softprops/action-gh-release/blob/9d7c94cfd0a1f3ed45544c887983e9fa900f0564/src/github.ts#L178...

@Drowze this makes a lot of sense to me!

this should be available in the new v2 tag