File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments