diff --git a/.github/workflows/create-tag.yml b/.github/workflows/create-tag.yml index 3e17e3fc0..45c2a129d 100644 --- a/.github/workflows/create-tag.yml +++ b/.github/workflows/create-tag.yml @@ -20,6 +20,7 @@ jobs: with: # Fetch all tags fetch-depth: 0 + submodules: true - name: Read version file run: echo "CURRENT_VERSION=$(cat deskflow/VERSION)" >> $GITHUB_ENV