From 084ca8872eb115b4511110871c5d0c7a66ea8b13 Mon Sep 17 00:00:00 2001 From: Erik Burton Date: Tue, 16 Jan 2024 12:40:32 -0800 Subject: [PATCH] feat: changesets signed-commits (#3124) --- .github/workflows/upsert-release-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upsert-release-pr.yml b/.github/workflows/upsert-release-pr.yml index 4f584d4e6f..ea204d9d70 100644 --- a/.github/workflows/upsert-release-pr.yml +++ b/.github/workflows/upsert-release-pr.yml @@ -82,7 +82,7 @@ jobs: run: | git stash - name: Create Release Pull Request - uses: changesets/action@v1 + uses: smartcontractkit/.github/actions/signed-commits@95b6030f4d23d5d87f53eb0f018f51806afa4da3 # changesets-signed-commits@1.0.1 with: # This version command is not only necessary because of yarn pnp, but because the changeset action # performs git resets and we want to keep those changes, so we stash and then pop them here.