Skip to content

Commit

Permalink
build: fetch complete git history in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
lmestel committed Sep 29, 2023
1 parent d7131ed commit edb9cea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'skip ci')"
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
fetch-tags: true

- name: Use Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit edb9cea

Please sign in to comment.