github-release
github-release copied to clipboard
Github Action to create, update, or add files to Github Releases
Hi! Thanks for the project, really appreciate it. Just wondering if globs work in files? for example will the following: ```yaml jobs: build: ... steps: ... - uses: meeDamian/[email protected] with:...
Spaces in file names cases upload step to not work. Config like this ``` - name: Release files - Ubuntu if: startsWith(github.ref, 'refs/tags/') && matrix.os == 'ubuntu-latest' uses: meeDamian/[email protected] with:...
Hello, I have a following problem with creating and overriding the releases. When setting ``` draft: true allow_override: true ``` then the last draft was overridden by the new draft....
Exposes the create-release option to automatically generate release notes based on contributions. This interacts well with existing options and won't override anything.
This is a workaround for #28.
I have no idea why but I get frequent-but-intermittent SSL failures like following: ``` Create Release Upload Assets Files to be uploaded to Github: devserver.js curl: (55) OpenSSL SSL_write: Connection...
I don't know how to describe it so... [Action file](https://github.com/KorewaLidesu/LogisticsBridge/blob/master/.github/workflows/Release.yml) 
2020-12-08T12:13:56.9429791Z ##[group]Run meeDamian/[email protected] 2020-12-08T12:13:56.9430318Z with: 2020-12-08T12:13:56.9430638Z tag: continuous 2020-12-08T12:13:56.9431039Z name: Continuous release 2020-12-08T12:13:56.9431726Z body: Continuous build for development and test 2020-12-08T12:13:56.9432185Z allow_override: true 2020-12-08T12:13:56.9433792Z token: *** 2020-12-08T12:13:56.9434105Z files: deploy 2020-12-08T12:13:56.9434410Z...
The https://docs.github.com/en/rest/reference/repos#get-a-release-by-tag-name API seems to always return 404 for a draft release. So that makes it impossible to use this action to update a draft release (e.g. publish it).
Hi Damian, Great work extending the github-release action. I would like to make a suggestion regarding handling folders. ``` gzip: true files: > VxFormGenerator.Components.Plain:VxFormGenerator.Components.Plain/bin/Release/ VxFormGenerator.Core:VxFormGenerator.Core/bin/Release/ VxFormGenerator.Components.Bootstrap:VxFormGenerator.Components.Bootstrap/bin/Release/ ``` This will result...