Retire copy-release-to-another-repo action

This commit is contained in:
Mislav Marohnić 2020-01-28 19:19:58 +01:00
parent 10d46fe869
commit 7232bdd7ee
10 changed files with 1 additions and 11898 deletions

View file

@ -75,17 +75,3 @@ jobs:
run: bin/hub release edit "${GITHUB_REF#refs/tags/}" -m "" -a "${{ steps.buildmsi.outputs.msi }}"
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
releases:
needs: msi
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Copy release
id: copy
uses: ./.github/actions/copy-release-to-another-repo
with:
target-repo: github/homebrew-gh
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
UPLOAD_GITHUB_TOKEN: ${{secrets.UPLOAD_GITHUB_TOKEN}}