]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
workflow: force fetch all tags in release action
authorEvan You <evan@vuejs.org>
Wed, 7 Aug 2024 14:31:31 +0000 (22:31 +0800)
committerEvan You <evan@vuejs.org>
Wed, 7 Aug 2024 14:31:48 +0000 (22:31 +0800)
.github/workflows/release.yml

index fcf0c3fac512c4bace9176809c09d2fcb34766d6..350245d3b45e3850f2f70a0be91466cc152ebe56 100644 (file)
@@ -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