mirror of https://github.com/vuejs/core.git
workflow: force fetch all tags in release action
This commit is contained in:
parent
e0428884b5
commit
29e4a1109a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue