Skip to content

Commit

Permalink
*: add needs to trigger (#3351)
Browse files Browse the repository at this point in the history
Add needs to trigger

category: feature
ticket: none
  • Loading branch information
apham0001 authored Nov 4, 2024
1 parent c12a9ef commit b48edbe
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
token: ${{ secrets.RELEASE_SECRET }}

trigger-dispatch:
needs: release
runs-on: ubuntu-latest
steps:
- name: Extract tag name
Expand All @@ -46,14 +47,6 @@ jobs:
event-type: update-version
client-payload: '{"tag": "${{ env.TAG_NAME }}"}'

- name: Trigger dispatch for obol-infrastructure
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.OBOL_PLATFORM_PAT }}
repository: ObolNetwork/obol-infrastructure
event-type: update-version
client-payload: '{"tag": "${{ env.TAG_NAME }}"}'

- name: Trigger dispatch for helm-charts
uses: peter-evans/repository-dispatch@v3
with:
Expand Down

0 comments on commit b48edbe

Please sign in to comment.