diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c77ead1..441eb80 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,6 @@ name: Release on: - workflow_dispatch: release: types: [published] @@ -65,4 +64,5 @@ jobs: with: token: ${{ secrets.REPOSITORY_DISPATCH_PAT }} repository: walletconnect/walletconnectunity - event-type: new-release \ No newline at end of file + event-type: new-release + client-payload: '{"tag_name": "${{ github.event.release.tag_name }}", "sha": "${{ github.sha }}"}' \ No newline at end of file