Skip to content

Commit 12cc772

Browse files
committed
fix: Remove bintray
1 parent 29c5661 commit 12cc772

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ jobs:
5050
args: release -f .goreleaser/linux.yml --rm-dist
5151
env:
5252
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
53-
- name: Upload to Bintray
54-
run: |
55-
scripts/publish-deb-to-bintray.sh
56-
scripts/publish-rpm-to-bintray.sh
57-
shell: bash
58-
env:
59-
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
60-
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
61-
BINTRAY_API_KEY: ${{ secrets.BINTRAY_API_KEY }}
53+
# - name: Upload to Bintray
54+
# run: |
55+
# scripts/publish-deb-to-bintray.sh
56+
# scripts/publish-rpm-to-bintray.sh
57+
# shell: bash
58+
# env:
59+
# GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
60+
# BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
61+
# BINTRAY_API_KEY: ${{ secrets.BINTRAY_API_KEY }}
6262

6363
build-windows:
6464
runs-on: windows-latest

0 commit comments

Comments
 (0)