From: Vincent Bernat Date: Fri, 20 Aug 2021 20:16:59 +0000 (+0200) Subject: ci: fetch tags when doing a release X-Git-Tag: 1.0.12~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b341c404a8e44ee8285e4fc27667eb8c61f7db37;p=thirdparty%2Flldpd.git ci: fetch tags when doing a release Otherwise, changelog is empty. --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index abf60507..820d9706 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,6 +47,9 @@ jobs: - uses: actions/checkout@v2 with: submodules: true + - name: Fetch all tags + if: matrix.release + run: git fetch --tags - name: Install stuff run: ./tests/ci/install.sh - name: Build and run tests