Skip to content

Commit

Permalink
fix: release.yml checkout action
Browse files Browse the repository at this point in the history
roninjin10 authored Jul 18, 2023
1 parent 5ac54ae commit 89b424d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 89b424d

Please sign in to comment.