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