Skip to content

Commit b794335

Browse files
Update remote_release.yml
Added submodule checkout for tag in submodule
1 parent 55b27be commit b794335

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/remote_release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
run: |
2323
git submodule init
2424
git submodule update --recursive --remote
25+
cd examples/open-simulation-interface
26+
git checkout ${{ github.event.client_payload.tag }}
27+
cd ../..
2528
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
2629
git config --local user.name "github-actions[bot]"
2730
git add .

0 commit comments

Comments
 (0)