Skip to content

Commit

Permalink
Add command to fetch remote tags
Browse files Browse the repository at this point in the history
Signed-off-by: Vishwas Siravara <[email protected]>
  • Loading branch information
vsiravar committed Dec 28, 2022
1 parent b235ec2 commit cd851ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/submodulesync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- name: Update sub modules
run: |
git submodule update --remote
cd src/lima && git fetch --tags
TAG=`cd src/lima && git describe --tags $(git rev-list --tags --max-count=1)`
echo "Pulling changes from release: $TAG"
cd src/lima && git checkout $TAG
Expand Down

0 comments on commit cd851ce

Please sign in to comment.