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

The release action failed without any error message. You can find the run [here](https://github.com/i3drobotics/pyphase/runs/6023358814). The release contains a lot of large (1.6GB) files, could this be causing this issue? According...

https://github.com/Botspot/pi-apps-analytics/runs/7028282023?check_suite_focus=true occasionally, we run into a github error telling us we have exceeded a secondary rate limit. github documentation is limited on what is actually contributing to the rate limit....

Semantic versioning uses the major.minor.patch-suffix scheme. Are there any particular reasons not use it? Note: You were using it until the first stable version: `v1`. It should be like `v1.0.0`...

I just recently moved https://bkimminich/juice-shop into https://juice-shop/juice-shop and noticed a behavior change of my release flow https://github.com/juice-shop/juice-shop/blob/master/.github/workflows/release.yml#L49 as follows: ## Precondition I manually create a draft release named `vX.Y.Z` where...

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

I have the following actions ``` - name: create release uses: softprops/action-gh-release@v1 with: draft: false prerelease: true body_path: ${{ github.workspace }}-CHANGELOG.txt generate_release_notes: true append_body: true files: | xxx.yaml yyy.yaml zzz.yaml...

Sometimes I will get this error https://github.com/abcfy2/aria2-static-build/runs/4349111525?check_suite_focus=true: ``` Run softprops/action-gh-release@v1 /usr/bin/docker exec 356d60f2fa6f6229b94833f4ef730b7baa9d4f62c9f0341db5214911e5c29164 sh -c "cat /etc/*release | grep ^ID" ⬆️ Uploading aria2-aarch64-linux-musl_static.zip... Error: request to https://uploads.github.com/repos/abcfy2/aria2-static-build/releases/54209979/assets?name=aria2-aarch64-linux-musl_static.zip failed, reason: read...

Hi! We are using `action-gh-release` to release our packages and create release tags. We want to prevent an accidental situation of releasing the same version again. I'm using now scripts...

Hello! Just followed the guide and found that the workflow fails within Github Enterprise (due to firewall and attempt to invoke api.github.com). ``` Run softprops/action-gh-release@v1 ⚠️ Unexpected error fetching GitHub...

Hello, I have a simple github workflow with a `working-directory` specified. Obviously Action doesn't take this setting into account when searching for file(s) specified in `with.files`. Actual: - Action reports...