From 326cb80f894cc4a1a1934d68ae09308fd4d4a284 Mon Sep 17 00:00:00 2001 From: Alan Rynne Date: Wed, 30 Oct 2024 15:17:55 +0100 Subject: [PATCH] use main for deploy --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f0055bf..df64cd4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,7 +71,7 @@ jobs: repo: specklesystems/connector-installers token: ${{ secrets.CONNECTORS_GH_TOKEN }} inputs: '{ "run_id": "${{ github.run_id }}", "version": "${{ env.GitVersion_FullSemVer }}", "public_release": ${{ env.IS_TAG_BUILD }}, "store_artifacts": ${{ env.IS_RELEASE_BRANCH }} }' - ref: 8f580eeb3d38eaa513bb604f7964840218b5758e + ref: main wait-for-completion: true wait-for-completion-interval: 10s wait-for-completion-timeout: 10m