From 0a66f4c5a8f3fd0c8b5cb6e3ec0f9650e6be8ce0 Mon Sep 17 00:00:00 2001 From: Ross Savage <551697+dangeross@users.noreply.github.com> Date: Mon, 14 Oct 2024 10:58:32 +0200 Subject: [PATCH] Fix SDK checkout (#528) (cherry picked from commit 45281fb7e566f4335ef8e6a862007fc72a0ee33b) --- .github/workflows/publish-swift.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-swift.yml b/.github/workflows/publish-swift.yml index a05762280..1f9e7391a 100644 --- a/.github/workflows/publish-swift.yml +++ b/.github/workflows/publish-swift.yml @@ -38,6 +38,7 @@ jobs: uses: actions/checkout@v4 with: repository: ${{ inputs.repository || github.repository }} + ref: ${{ inputs.ref || github.sha }} path: build - name: Checkout breez-sdk-liquid-swift repo