update auto_release workflow

This commit is contained in:
Gerrit Gogel 2023-08-26 12:30:20 +02:00
parent 79518eac34
commit 0a08e50567

View file

@ -20,6 +20,8 @@ jobs:
steps: steps:
- name: Check out code - name: Check out code
uses: actions/checkout@v3 uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Determine Changed Directory and Extract Version - name: Determine Changed Directory and Extract Version
id: dir_version id: dir_version