# \#github-releases

**URL:** https://travis-ci.community/tag/github-releases/47.md

[Latest](https://travis-ci.community/latest.md) · [Categories](https://travis-ci.community/categories.md) · [Tags](https://travis-ci.community/tags.md)

---

## [\[HELP\] deploy stage failes on missing \`dpl/provider/releases\`](https://travis-ci.community/t/help-deploy-stage-failes-on-missing-dpl-provider-releases/13968)

<div class="topic-metadata">

**Author:** [@bahmanm](https://travis-ci.community/u/bahmanm)\
**Replies:** 4\
**Last updated:** [September 3, 2023, 12:05pm UTC](https://travis-ci.community/t/help-deploy-stage-failes-on-missing-dpl-provider-releases/13968 "2023-09-03T12:05:40Z")

</div>

Starting from yesterday evening, the deploy stage, of at least my repo, fails w/ what looks to be a missing Ruby module: dpl/provider/releases. What do you think I am doing wrong or missing? Thanks, Here’s the rele…

---

## [Github-release fail after ruby version update](https://travis-ci.community/t/github-release-fail-after-ruby-version-update/13214)

<div class="topic-metadata">

**Author:** [@oahmedazab](https://travis-ci.community/u/oahmedazab)\
**Replies:** 13\
**Last updated:** [August 29, 2023, 8:58am UTC](https://travis-ci.community/t/github-release-fail-after-ruby-version-update/13214 "2023-08-29T08:58:41Z")

</div>

github release deployment fail the change i noticed is ruby version changed from ruby-2.7.1 to ruby-3.1.2 and the issue is from faraday-0.15.4 home/travis/.rvm/gems/ruby-3.1.2/gems/faraday-0.15.4/lib/faraday/options.r…

---

## [How to update a Github release?](https://travis-ci.community/t/how-to-update-a-github-release/9064)

<div class="topic-metadata">

**Author:** [@ogerardin](https://travis-ci.community/u/ogerardin)\
**Replies:** 4\
**Last updated:** [February 25, 2021, 8:52am UTC](https://travis-ci.community/t/how-to-update-a-github-release/9064 "2021-02-25T08:52:48Z")

</div>

(this is a followup to my previous post) I would like my untagged commit builds to deploy to a GitHib release named like the Maven version. The idea is that the latest snapshot build is always available as a GitHub rele…

---

## [Cannot upload wheel to both PyPI and Github Releases, dist directory empty after PyPI upload](https://travis-ci.community/t/cannot-upload-wheel-to-both-pypi-and-github-releases-dist-directory-empty-after-pypi-upload/11006)

<div class="topic-metadata">

**Author:** [@afonsoc12](https://travis-ci.community/u/afonsoc12)\
**Replies:** 5\
**Last updated:** [January 11, 2021, 11:44am UTC](https://travis-ci.community/t/cannot-upload-wheel-to-both-pypi-and-github-releases-dist-directory-empty-after-pypi-upload/11006 "2021-01-11T11:44:13Z")

</div>

Hello, I would like to know how I could release the files published to Pypi to Github releases. After deploying to pypi, these files should be maintained on the CI server (dist/reponame-0.0.1.tar.gz and dist/reponame-0…

---

## [Deployment to Github Releases does not work](https://travis-ci.community/t/deployment-to-github-releases-does-not-work/9576)

<div class="topic-metadata">

**Author:** [@LostInDarkMath](https://travis-ci.community/u/LostInDarkMath)\
**Replies:** 1\
**Last updated:** [August 11, 2020, 9:00am UTC](https://travis-ci.community/t/deployment-to-github-releases-does-not-work/9576 "2020-08-11T09:00:05Z")

</div>

Hello, I’m new to Travis and I try to setup a CD for my Python project, but I’m facing several problems. Problems: “Skipping a deployment with the releases provider because this branch is not permitted: 2020081011420…

---

## [Github release update hangs in OSX with many OpenSSL warnings](https://travis-ci.community/t/github-release-update-hangs-in-osx-with-many-openssl-warnings/9317)

<div class="topic-metadata">

**Author:** [@ogerardin](https://travis-ci.community/u/ogerardin)\
**Replies:** 7\
**Last updated:** [July 12, 2020, 11:03pm UTC](https://travis-ci.community/t/github-release-update-hangs-in-osx-with-many-openssl-warnings/9317 "2020-07-12T23:03:26Z")

</div>

---

## [Overwriting of asset fails with Github release](https://travis-ci.community/t/overwriting-of-asset-fails-with-github-release/5624)

<div class="topic-metadata">

**Author:** [@Flamefire](https://travis-ci.community/u/Flamefire)\
**Replies:** 3\
**Last updated:** [July 1, 2020, 10:31am UTC](https://travis-ci.community/t/overwriting-of-asset-fails-with-github-release/5624 "2020-07-01T10:31:26Z")

</div>

I’m trying to update an existing Github release with new assets but getting the following error: failed to deploy POST https://uploads.github.com/repos/Return-To-The-Roots/libsiedler2/releases/20875891/assets?name=rttrU…

---

## [TRAVIS CI and GitHub](https://travis-ci.community/t/travis-ci-and-github/9126)

<div class="topic-metadata">

**Author:** [@Portree-Kid](https://travis-ci.community/u/Portree-Kid)\
**Replies:** 1\
**Last updated:** [June 25, 2020, 12:39pm UTC](https://travis-ci.community/t/travis-ci-and-github/9126 "2020-06-25T12:39:38Z")

</div>

Travis Splits Release I have a cross plattform build of an electron app. The build runs fine, but I can’t get it to make a combined release. Windows will always be in a separate Github-Release. This also means a clash o…

---

## [Deploy provider: releases is completely broken](https://travis-ci.community/t/deploy-provider-releases-is-completely-broken/9075)

<div class="topic-metadata">

**Author:** [@zdrnja](https://travis-ci.community/u/zdrnja)\
**Replies:** 1\
**Last updated:** [June 21, 2020, 6:39pm UTC](https://travis-ci.community/t/deploy-provider-releases-is-completely-broken/9075 "2020-06-21T18:39:48Z")

</div>

If I set a tag it thinks that the tag is a branch and fails with: Skipping a deployment with the releases provider because this branch is not permitted: 20200620213254 If I don’t set a flag it fails with: Skipping a d…

---

## [Setting tag at deployment time results in double build + different configurations for same deployment provider](https://travis-ci.community/t/setting-tag-at-deployment-time-results-in-double-build-different-configurations-for-same-deployment-provider/9032)

<div class="topic-metadata">

**Author:** [@ogerardin](https://travis-ci.community/u/ogerardin)\
**Replies:** 4\
**Last updated:** [June 18, 2020, 1:33pm UTC](https://travis-ci.community/t/setting-tag-at-deployment-time-results-in-double-build-different-configurations-for-same-deployment-provider/9032 "2020-06-18T13:33:41Z")

</div>

My build is a Java/Maven build. I would like to achieve the following: tagged commits are deployed to the corresponding GitHub release as a draft. Those are supposedly releases or release candidates untagged commits ar…

---

## ["401 - Bad credentials" for a deploy entry generated by \`travis setup releases\`](https://travis-ci.community/t/401-bad-credentials-for-a-deploy-entry-generated-by-travis-setup-releases/6130)

<div class="topic-metadata">

**Author:** [@luckzhiwei](https://travis-ci.community/u/luckzhiwei)\
**Replies:** 8\
**Last updated:** [May 13, 2020, 7:16pm UTC](https://travis-ci.community/t/401-bad-credentials-for-a-deploy-entry-generated-by-travis-setup-releases/6130 "2020-05-13T19:16:31Z")

</div>

Hope you can help solve it When I use travis setup releases to generate the deploy api\_key like this deploy: provider: releases api\_key: secure: aSaEvrpwgeH9AObclfv.... It’s OK and deploy successf…

---

## [Release aborted - bad credentials](https://travis-ci.community/t/release-aborted-bad-credentials/1089)

<div class="topic-metadata">

**Author:** [@brucellino](https://travis-ci.community/u/brucellino)\
**Replies:** 7\
**Last updated:** [April 26, 2020, 3:11pm UTC](https://travis-ci.community/t/release-aborted-bad-credentials/1089 "2020-04-26T15:11:57Z")

</div>

hi there, I have a strange problem with a deploy. The job is https://travis-ci.org/EGI-Foundation/glite-info-update-endpoints/jobs/460371411 The error I’m seeing is : /home/travis/.rvm/gems/ruby-2.4.1/gems/octokit-4.…

---

## [Travis-ci.org - Octokit::Unauthorized prevents release to Github](https://travis-ci.community/t/travis-ci-org-octokit-unauthorized-prevents-release-to-github/8113)

<div class="topic-metadata">

**Author:** [@dotherightthing](https://travis-ci.community/u/dotherightthing)\
**Replies:** 6\
**Last updated:** [April 13, 2020, 10:40am UTC](https://travis-ci.community/t/travis-ci-org-octokit-unauthorized-prevents-release-to-github/8113 "2020-04-13T10:40:23Z")

</div>

My Github projects use Travis CI to compile front end files and generate a release.zip for upload back to Github. After some months away from these projects, this release deployment process is no longer working. E.g. h…

---

## [Deploy network errors](https://travis-ci.community/t/deploy-network-errors/7153)

<div class="topic-metadata">

**Author:** [@DanySK](https://travis-ci.community/u/DanySK)\
**Replies:** 0\
**Last updated:** [February 8, 2020, 5:32pm UTC](https://travis-ci.community/t/deploy-network-errors/7153 "2020-02-08T17:32:25Z")

</div>

Hi, are the deploy network commands wrapped with travis\_retry internally? Every some time, I get build failures like this one\*: Failed to open TCP connection to api.github.com:443 (Connection timed out - connect(2) for…

---

## [Include 'skip\_cleanup: true' in 'travis setup releases'](https://travis-ci.community/t/include-skip-cleanup-true-in-travis-setup-releases/7006)

<div class="topic-metadata">

**Author:** [@lprc](https://travis-ci.community/u/lprc)\
**Replies:** 1\
**Last updated:** [January 26, 2020, 2:52am UTC](https://travis-ci.community/t/include-skip-cleanup-true-in-travis-setup-releases/7006 "2020-01-26T02:52:47Z")

</div>

As suggested in the docs I used travis setup releases generating the barebone configuration for pushing a release on github. However since it does not include the option skip\_cleanup: true the file I wanted to be release…

---

## [There was an error while trying to load the gem 'octokit'](https://travis-ci.community/t/there-was-an-error-while-trying-to-load-the-gem-octokit/6708)

<div class="topic-metadata">

**Author:** [@Gkxie](https://travis-ci.community/u/Gkxie)\
**Replies:** 15\
**Last updated:** [January 6, 2020, 9:58pm UTC](https://travis-ci.community/t/there-was-an-error-while-trying-to-load-the-gem-octokit/6708 "2020-01-06T21:58:51Z")

</div>

I don’t know what happend, and who can help me. https://travis-ci.com/jd-ftf/wot-design-mini/builds/142953099

---

## [Releases uploading fails silently](https://travis-ci.community/t/releases-uploading-fails-silently/6636)

<div class="topic-metadata">

**Author:** [@goerz](https://travis-ci.community/u/goerz)\
**Replies:** 1\
**Last updated:** [January 3, 2020, 11:08am UTC](https://travis-ci.community/t/releases-uploading-fails-silently/6636 "2020-01-03T11:08:23Z")

</div>

I’m trying to upload an epub file containing documentation as an asset to a release tag on Github. I’m using this travis.yml. I have verified that the build process indeed creates the file docs/\_build/artifacts/pypkg\_x8…

---

## [Another build is triggered if I generate TRAVIS\_TAG dynamically](https://travis-ci.community/t/another-build-is-triggered-if-i-generate-travis-tag-dynamically/6541)

<div class="topic-metadata">

**Author:** [@popatop15](https://travis-ci.community/u/popatop15)\
**Replies:** 1\
**Last updated:** [December 18, 2019, 7:49pm UTC](https://travis-ci.community/t/another-build-is-triggered-if-i-generate-travis-tag-dynamically/6541 "2019-12-18T19:49:11Z")

</div>

After I implemented a solution from Tagging in after\_success script doesn't trigger deployment, do you know why this would happen: https://travis-ci.com/popatop15/TimeMine/builds/141651249? It executes another build rig…

---

## [Release uploads, but job fails with weird error](https://travis-ci.community/t/release-uploads-but-job-fails-with-weird-error/3012)

<div class="topic-metadata">

**Author:** [@In-line](https://travis-ci.community/u/In-line)\
**Replies:** 14\
**Last updated:** [July 14, 2019, 12:26pm UTC](https://travis-ci.community/t/release-uploads-but-job-fails-with-weird-error/3012 "2019-07-14T12:26:22Z")

</div>

https://travis-ci.org/In-line/grip/jobs/519408681 /home/travis/.rvm/gems/ruby-2.4.5/gems/octokit-4.6.2/lib/octokit/response/raise\_error.rb:16:in \`on\_complete’: GET https://api.github.com/user: 401 - Bad credentials /…

---

## [Multi-language project deploy](https://travis-ci.community/t/multi-language-project-deploy/3446)

<div class="topic-metadata">

**Author:** [@Synzzz](https://travis-ci.community/u/Synzzz)\
**Replies:** 1\
**Last updated:** [May 21, 2019, 3:06pm UTC](https://travis-ci.community/t/multi-language-project-deploy/3446 "2019-05-21T15:06:24Z")

</div>

So i’ve been working on a project with a java server and c# client, and I want to deploy it to github releases, but even if I put the files i want in the deploy part, it just uploads the source code zipped. I was messin…

---

## [GitHub returns 401 (Unauthorized) when I'm deploying to GitHub releases](https://travis-ci.community/t/github-returns-401-unauthorized-when-im-deploying-to-github-releases/1526)

<div class="topic-metadata">

**Author:** [@Trumeet](https://travis-ci.community/u/Trumeet)\
**Replies:** 7\
**Last updated:** [December 22, 2018, 5:14pm UTC](https://travis-ci.community/t/github-returns-401-unauthorized-when-im-deploying-to-github-releases/1526 "2018-12-22T17:14:49Z")

</div>

Hi, I’m using Travis CI on a public GitHub repo and deploying files to GitHub releases, when I’m setting up the deployment, I simplify use this command: $ travis setup --org --force and follow up the wizard. It creat…

---

## [Add support to not skip build for deploy](https://travis-ci.community/t/add-support-to-not-skip-build-for-deploy/1095)

<div class="topic-metadata">

**Author:** [@filips123](https://travis-ci.community/u/filips123)\
**Replies:** 9\
**Last updated:** [November 30, 2018, 12:50am UTC](https://travis-ci.community/t/add-support-to-not-skip-build-for-deploy/1095 "2018-11-30T00:50:37Z")

</div>

Add support to not skip build for deploy even if it has \[ci skip\] or something like this. This is because sometimes new tag will not be deployed because it’s last commit is marked as skipped. There could be something li…
