]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
ci: fetch tags when doing a release
authorVincent Bernat <vincent@bernat.ch>
Fri, 20 Aug 2021 20:16:59 +0000 (22:16 +0200)
committerVincent Bernat <vincent@bernat.ch>
Fri, 20 Aug 2021 20:16:59 +0000 (22:16 +0200)
Otherwise, changelog is empty.

.github/workflows/ci.yml

index abf605078f4fa145df142943721bf3cfb92b55e4..820d9706341a298c7ffd494809285ecf9d943aed 100644 (file)
@@ -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