Commit 89b424df authored by Will Cory's avatar Will Cory Committed by GitHub

fix: release.yml checkout action

parent 5ac54ae2
......@@ -38,10 +38,11 @@ jobs:
id-token: write
steps:
- name: Checkout Repo
uses: actions/checkout@develop
uses: actions/checkout@v3
with:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0
ref: "develop"
- name: Setup
uses: ./.github/actions/setup
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment