diff --git a/.github/workflows/update-release.yml b/.github/workflows/update-release.yml index 7a2ae00797..d138cee94e 100644 --- a/.github/workflows/update-release.yml +++ b/.github/workflows/update-release.yml @@ -30,7 +30,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - ref: ${{ inputs.head-sha }} + fetch-tags: true - name: Install Python uses: actions/setup-python@v4