Skip to content

Commit 97dddde

Browse files
committed
add missing checkout step
1 parent 4ce1116 commit 97dddde

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/nightly.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ jobs:
2222
needs_build: ${{ steps.check_build.outputs.needs_build }}
2323

2424
steps:
25+
- name: Checkout code
26+
uses: actions/checkout@v3
27+
28+
- name: fetch tags
29+
run: git fetch --tags origin
30+
2531
- name: Check if tags point to the same commit or if the workflow was manually triggered
2632
id: check_build
2733
run: |

0 commit comments

Comments
 (0)