Skip to content

Commit

Permalink
ci: add fetch-depth to checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
ZurabDev committed May 24, 2023
1 parent 288c2c3 commit 13867e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/prereleased.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Run workflow with draft publish
uses: zyfra/Prizm/.github/workflows/draft-publish.yml@main

Expand All @@ -22,5 +24,7 @@ jobs:
needs: draft_release
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Run workflow with prerelease publish
uses: zyfra/Prizm/.github/workflows/prerelease-publish.yml@main
4 changes: 4 additions & 0 deletions .github/workflows/released.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Run workflow with draft publish
uses: zyfra/Prizm/.github/workflows/draft-publish.yml@main

Expand All @@ -22,5 +24,7 @@ jobs:
needs: draft_release
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Run workflow with prerelease publish
uses: zyfra/Prizm/.github/workflows/main-publish.yml@main

0 comments on commit 13867e7

Please sign in to comment.