We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e042888 commit 29e4a11Copy full SHA for 29e4a11
.github/workflows/release.yml
@@ -43,6 +43,7 @@ jobs:
43
uses: actions/checkout@v4
44
with:
45
ref: ${{ inputs.branch }}
46
+ fetch-depth: 0 # need this to get tags for changelog generation
47
48
- name: Install pnpm
49
uses: pnpm/action-setup@v4
0 commit comments