Skip to content

Commit

Permalink
Remember to clone with submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
stsdc committed Oct 9, 2024
1 parent 8d12c77 commit 185feae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gettext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 185feae

Please sign in to comment.