Skip to content

Commit

Permalink
chore: add checkout to branch
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecadavid committed Jan 29, 2024
1 parent b00aa8d commit 10d54f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 10d54f1

Please sign in to comment.