Michael Overmeyer
Michael Overmeyer
It seems to be a limitation of GitHub: > GitHub renames asset filenames that have special characters, non-alphanumeric characters, and leading or trailing periods. The "[List assets for a release](https://docs.github.com/rest/reference/repos#list-assets-for-a-release)"...
@yamakaky I'm not sure what the request is? --- When a release is published, if the tag doesn't yet exist, it will create it. You can parameterize `tag_name` using the...
I see. Interesting. I don't think GitHub itself has support for that kind of thing, so it seems unlikely that would be built into this action. **Disclaimer:** I'm not a...
Actually, if you are able to keep it as a Draft release, you don't have to do anything special? ``` - name: Release uses: softprops/action-gh-release@v1 with: draft: true name: Nightly...
You're right. TIL. (I had always assumed that Drafts were meant to be used as pre-releases, but of course pre-releases are a separate thing) So the best I think you...
[Disclaimer: I'm not an expert, just a random person walking through, so I may be way off] @emcruise I think you need to change the `tag_name` with each release. When...
This action could delete the previous release that is pointing at the `latest` tag, and generate a new one. The action would also have to delete the `latest` tag. Otherwise...
@abcfy2 @orhun The original use case mentioned in this issue is solved by the [`upload` / `download`](https://github.com/softprops/action-gh-release/issues/57#issuecomment-653802166) pattern. Is there another motivating use case for this feature?
I personally used: http://jsontoxml.utilities-online.info/ It worked fine, except the keys were prefixed with '-' characters. A quick find/replace worked like a charm.
Ah, I see that you can use a QCollector for ProcessPool's. So the documentation is just incorrect, and should be changed to mention ProcessPool in the QCollector section.