Skip to content

Commit

Permalink
chore(root): Fix for prepare-cloud-release checkout (#5615)
Browse files Browse the repository at this point in the history
Checkout only the last commit.  0 indicates all history for all branches and tags creating the wrong prod history.
  • Loading branch information
SokratisVidros committed May 27, 2024
1 parent 4391558 commit 0365fef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/prepare-cloud-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set output variables
id: output-variables
Expand Down

0 comments on commit 0365fef

Please sign in to comment.