Skip to content

Commit

Permalink
workflow: force fetch all tags in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Aug 7, 2024
1 parent e042888 commit 29e4a11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ inputs.branch }}
fetch-depth: 0 # need this to get tags for changelog generation

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

0 comments on commit 29e4a11

Please sign in to comment.