diff --git a/.github/workflows/gettext.yml b/.github/workflows/gettext.yml index 14cb70ed..f7a96cd8 100644 --- a/.github/workflows/gettext.yml +++ b/.github/workflows/gettext.yml @@ -15,7 +15,8 @@ jobs: uses: actions/checkout@v4 with: token: ${{ secrets.GIT_USER_TOKEN }} - + with: + submodules: true - name: Update Translation Files uses: elementary/actions/gettext-template@main env: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8a6c795d..3cab8803 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,6 +9,8 @@ jobs: if: github.event.pull_request.merged == true && true == contains(join(github.event.pull_request.labels.*.name), 'Release') steps: - uses: actions/checkout@v4 + with: + submodules: true - uses: elementary/actions/release@main env: GIT_USER_TOKEN: "${{ secrets.GIT_USER_TOKEN }}"