Skip to content

Commit

Permalink
Turn off upload to bintray (stripe#683)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcheung-stripe authored Jun 2, 2021
1 parent d7fd59a commit ea744b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
- name: Upload to Bintray
if: ${{ false }} # Disable this step until a replacement is found
run: |
scripts/publish-deb-to-bintray.sh
scripts/publish-rpm-to-bintray.sh
Expand Down

0 comments on commit ea744b9

Please sign in to comment.