action-gh-release icon indicating copy to clipboard operation
action-gh-release copied to clipboard

📦 :octocat: GitHub Action for creating GitHub Releases

Results 246 action-gh-release issues
Sort by recently updated
recently updated
newest added

Hi! I am working on a project where every time we release, we create two release: one for cli release and the other for the lsp release. For example the...

Hello, I saw a lot of issues dealing with the 403-thing, which could mean that there is a bug or the docs are lacking some information. I am happy to...

Hi, I've use the plugin to create a release for my github project. I wrote the config as follows: ```yml - name: Release assets uses: softprops/action-gh-release@v1 with: name: ${{ env.RELEASE...

I'm seeing sporadic failures of this action with a message of "not found". It seems to eventually work on retry. I'm wondering if this might be an eventual consistency issue...

Hi! Thanks for creating this action 😊 One issue I've encountered is that it's currently impossible to use the action to publish a draft issue. In this PR, I'm trying...

bug

This allows `DETACHED HEAD` tags to properly generate the RELEASE notes. Otherwise it will always try to generate the full release notes from multiple tags

feature

This PR correct the bug I was getting in #362. This problem was that draft aren't updated once created. I've rewrote how the function `release` handle a draft and a...

Is there any way to have the release URL in the body? Something like: ```yaml - name: Create Release id: create_release uses: softprops/[email protected] with: name: Release ${{ github.ref_name }} draft:...

As defined by [here](https://github.com/softprops/action-gh-release#inputs), `token` is an acceptable input. Using the latest release, 0.1.5, I get the following error: ``` Warning: Unexpected input(s) 'token', valid inputs are ['body', 'body_path', 'name',...