From 10d54f1df66edcefcaf81ac127f2e8b74d45fb3b Mon Sep 17 00:00:00 2001 From: Felipe Cadavid Date: Mon, 29 Jan 2024 08:31:50 -0500 Subject: [PATCH] chore: add checkout to branch --- .github/workflows/publish-canary.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/publish-canary.yml b/.github/workflows/publish-canary.yml index 42f57bf3..b89f6a81 100644 --- a/.github/workflows/publish-canary.yml +++ b/.github/workflows/publish-canary.yml @@ -51,6 +51,11 @@ jobs: with: cache_fresh_start: 'true' + - name: Checkout Repository + uses: actions/checkout@v2 + with: + ref: ${{ github.event.inputs.branch }} + # Release - name: Prerelease Version and Publish id: changesets