diff --git a/.github/workflows/release-ci.yml b/.github/workflows/release-ci.yml index 621581a9d..47d6630f2 100644 --- a/.github/workflows/release-ci.yml +++ b/.github/workflows/release-ci.yml @@ -24,6 +24,7 @@ jobs: fetch-depth: 0 - name: Fetch all tags + if: github.ref == 'refs/heads/master' run: git fetch --tags - name: Configure build environment