From: Evan You Date: Wed, 7 Aug 2024 14:31:31 +0000 (+0800) Subject: workflow: force fetch all tags in release action X-Git-Tag: v3.4.37~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=29e4a1109a8d2a70eec9beda873fde2f4cac5a5b;p=thirdparty%2Fvuejs%2Fcore.git workflow: force fetch all tags in release action --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fcf0c3fac5..350245d3b4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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