Skip to content

Commit

Permalink
Include tag name in the dispatch event payload
Browse files Browse the repository at this point in the history
  • Loading branch information
skibitsky committed Dec 13, 2023
1 parent d94b275 commit 606c176
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Release

on:
workflow_dispatch:
release:
types: [published]

Expand Down Expand Up @@ -65,4 +64,5 @@ jobs:
with:
token: ${{ secrets.REPOSITORY_DISPATCH_PAT }}
repository: walletconnect/walletconnectunity
event-type: new-release
event-type: new-release
client-payload: '{"tag_name": "${{ github.event.release.tag_name }}", "sha": "${{ github.sha }}"}'

0 comments on commit 606c176

Please sign in to comment.