Skip to content

Commit

Permalink
[release] Update src submodules each release
Browse files Browse the repository at this point in the history
This commit updates the release workflow to refresh
the GrimoireLab submodules every time a new release is
created.

Signed-off-by: Jose Javier Merchante <jjmerchante@bitergia.com>
  • Loading branch information
jjmerchante committed Oct 7, 2022
1 parent 3fd1915 commit 2caafd2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/grimoirelab-release.yml
Expand Up @@ -515,6 +515,12 @@ jobs:
cat $release_file
- id: update_submodules
name: Update Git submodule repositories
run: |
git submodule update --init --remote
git add src/
- id: current_time
name: Store current time to get the release workflow
if: steps.semverup.outcome == 'success'
Expand Down

0 comments on commit 2caafd2

Please sign in to comment.