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: ...@@ -38,10 +38,11 @@ jobs:
id-token: write id-token: write
steps: steps:
- name: Checkout Repo - name: Checkout Repo
uses: actions/checkout@develop uses: actions/checkout@v3
with: with:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0 fetch-depth: 0
ref: "develop"
- name: Setup - name: Setup
uses: ./.github/actions/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