Skip to content

Commit 82554f6

Browse files
committed
ci: add step to checkout latest
1 parent 0777b4a commit 82554f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ jobs:
107107
- name: Checkout
108108
uses: actions/checkout@v4
109109

110+
- run: git checkout HEAD
111+
110112
# Docs Site
111113
- name: Build and push docs site
112114
uses: docker/build-push-action@v2

0 commit comments

Comments
 (0)