action-gh-release
action-gh-release copied to clipboard
📦 :octocat: GitHub Action for creating GitHub Releases
Hi, are the proxy environment variables supported when uploading the assets for the release? I'm getting the following error and I'm an environment that uses an http/https proxy. ``` Run...
My repo: https://github.com/nofishonfriday/pamplejuce yml file: https://github.com/nofishonfriday/pamplejuce/blob/main/.github/workflows/cmake_ctest.yml Step 'Upload Assets' ends with 'not include valid file': https://github.com/nofishonfriday/pamplejuce/runs/7159178490?check_suite_focus=true Yet I can see the generated artifacts: https://github.com/nofishonfriday/pamplejuce/actions/runs/2600074670 What goes wrong here? (I'm pretty...
it would be interesting to send more than one patern in the same step, I end up having to duplicate it because I need to send .zip and .tar.gz ###...
As shown in https://github.com/marketplace/actions/gh-release  The latest available here is v0, instead of v1 in README. Any plan to release v1?
May I ask how to publish only one draft? ``` name: 版本信息发布 on: push: branches: - main pull_request: types: [opened, reopened, synchronize] pull_request_target: types: [opened, reopened, synchronize] workflow_dispatch: permissions: contents:...
I noticed that the `append_body` input (https://github.com/softprops/action-gh-release/pull/199) is not yet released. When are you planning to publish it?
Hey guys, I am getting a 403 when pushing a release using the action. I have attached the config and a screenshot of my security settings which should be ok....
Hi everyone, I'm running this simple workflow to understand well how this action works: ``` name: Test on: workflow_dispatch: jobs: build: runs-on: windows-2019 steps: - name: Checkout uses: actions/checkout@v2 -...
### Problem statement The `softprops/action-gh-release` action may fail silently or complete with the exit code 137 (when debug logging is enabled) when there are numerous large release assets: ``` ##[debug]Node...