Skip to content

Commit

Permalink
Remove the release hook which is failing (#1470)
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Rockwood <benr@cuddletech.com>
  • Loading branch information
benr authored Nov 5, 2024
1 parent b730fda commit 8ef1e25
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,13 +163,3 @@ jobs:
event-type: update
client-payload: '{"version": "${{ github.ref_name }}"}'

release-installer:
name: Trigger installer release
runs-on: ubuntu-latest
if: ${{ ! inputs.skip-publish }}
needs: goreleaser
steps:
- name: Run installer release workfow
env:
GH_TOKEN: ${{ secrets.REPO_API_TOKEN }}
run: gh workflow run release.yml --repo "mondoohq/installer" --field version=${{ github.ref_name }}

0 comments on commit 8ef1e25

Please sign in to comment.