Skip to content

Commit

Permalink
Merge pull request #89 from fredrikj31/previous-tag-workflow-checkout…
Browse files Browse the repository at this point in the history
…-all-history-fix

ci(workflow): checkout all history on file changes step
  • Loading branch information
fredrikj31 authored Nov 2, 2024
2 parents 15a9f23 + ec3f97d commit 8c421f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Install pnpm
uses: pnpm/action-setup@v3
Expand Down

0 comments on commit 8c421f4

Please sign in to comment.