From a4d6362c30f4d22540c84392e74f721da27f4224 Mon Sep 17 00:00:00 2001 From: skibitsky Date: Wed, 13 Dec 2023 17:00:08 +0900 Subject: [PATCH] Reference C# SDK release version from PR --- .github/workflows/update-csharp-libs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-csharp-libs.yml b/.github/workflows/update-csharp-libs.yml index 9387aafb..22e36001 100644 --- a/.github/workflows/update-csharp-libs.yml +++ b/.github/workflows/update-csharp-libs.yml @@ -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