Skip to content

Commit 0fa380b

Browse files
Update deploy.yml
1 parent 1700447 commit 0fa380b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424
- name: Update registry submodule
2525
id: changecheck
2626
run: |
27-
git submodule update --remote --merge src/registry
27+
git -C src/registry fetch origin main
28+
git -C src/registry reset --hard origin/main
29+
2830
if [[ -n "$(git status --porcelain)" ]]; then
2931
git config user.name "github-actions[bot]"
3032
git config user.email "github-actions[bot]@users.noreply.github.com"

0 commit comments

Comments
 (0)