Skip to content

Commit

Permalink
build: Checkout using fetch-depth 0
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Ruaux committed May 26, 2022
1 parent 0544afa commit dc4619a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Version
run: |
Expand Down

0 comments on commit dc4619a

Please sign in to comment.