Checkout with tags, else we get wrong version.

This commit is contained in:
Michael Lipp 2023-06-11 23:20:50 +02:00
parent 63df5b99b6
commit f16bb7a1e5

View file

@ -15,6 +15,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install graphviz - name: Install graphviz
run: sudo apt-get install graphviz run: sudo apt-get install graphviz
- name: Install podman - name: Install podman