From de2bac2992d6917a9540e4b601a44027e9bd3fdc Mon Sep 17 00:00:00 2001 From: Ilya Taratukhin Date: Tue, 3 Jun 2025 11:52:11 +0200 Subject: [PATCH] chore: update `release-sdk-changesets.yml` workflow version to the latest commit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1e8f0eb5..778f8d37 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ on: jobs: release: name: 'Release project' - uses: fingerprintjs/dx-team-toolkit/.github/workflows/release-sdk-changesets.yml@7d48c82c4efa2bfae27673aec02ebbe1552b3af4 + uses: fingerprintjs/dx-team-toolkit/.github/workflows/release-sdk-changesets.yml@934946a72ff252e83a28468a094a90ae94ad7b1e with: appId: ${{ vars.APP_ID }} runnerAppId: ${{ vars.RUNNER_APP_ID }}