Skip to content

Commit 728d29e

Browse files
authored
Ensure latest is checked out (#166)
1 parent 3b325d4 commit 728d29e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ jobs:
99
update-latest-tag:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
1312
- name: update branch latest
13+
with:
14+
fetch-depth: 0
1415
run:
1516
|
1617
git checkout latest

0 commit comments

Comments
 (0)