Skip to content

Commit

Permalink
fetch-depth and fetch-tags added so it can find the proper rc version…
Browse files Browse the repository at this point in the history
… number
  • Loading branch information
ArielDemarco committed Aug 5, 2024
1 parent b987b63 commit 0954091
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/create-release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true

- name: Exctract Production Readiness
run: |
Expand Down

0 comments on commit 0954091

Please sign in to comment.