Skip to content

Commit

Permalink
Reference C# SDK release version from PR
Browse files Browse the repository at this point in the history
  • Loading branch information
skibitsky committed Dec 13, 2023
1 parent 900395e commit a4d6362
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-csharp-libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
commit-message: Update WalletConnectSharp
title: Update WalletConnectSharp
commit-message: Update WalletConnectSharp to ${{ github.event.client_payload.tag_name }}
title: Update WalletConnectSharp to ${{ github.event.client_payload.tag_name }}
body: |
This PR updates WalletConnectSharp to the latest release version
This PR updates WalletConnectSharp to the ${{ github.event.client_payload.tag_name }} release.
branch: chore/update-walletconnectsharp
delete-branch: true
reviewers: skibitsky
Expand Down

0 comments on commit a4d6362

Please sign in to comment.