Skip to content

Commit

Permalink
fix(release): use fetch-depth 0
Browse files Browse the repository at this point in the history
  • Loading branch information
shakefu committed Jun 17, 2022
1 parent 1f87d74 commit ab1b834
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Release
with:
fetch-depth: 0
- name: Lint
uses: ./lint
release:
needs:
Expand All @@ -23,6 +25,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Release
uses: ./release
id: release

0 comments on commit ab1b834

Please sign in to comment.