From ff474966705d455450354ec5a826186b903ec117 Mon Sep 17 00:00:00 2001 From: Liam Appelbe Date: Tue, 14 Nov 2023 11:40:50 +1300 Subject: [PATCH] Switch publish workflow to use the beta SDK This is needed because the ffigen package depends on the beta version of the SDK. --- .github/workflows/publish.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 4bac35325..4c00b141b 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -17,3 +17,4 @@ jobs: pull-requests: write # Required for writing the pull request note with: write-comments: false + sdk: beta