Skip to content

Commit 7fc48ae

Browse files
authored
Nano is not allowed to make buildscripts at 4am
1 parent 1ce3fe6 commit 7fc48ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-tests-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/[email protected]
4646

4747
- name: Tags
48-
run: git checkout --tags
48+
run: git fetch --tags
4949

5050
- name: Set up JDK
5151
uses: actions/setup-java@v2
@@ -80,7 +80,7 @@ jobs:
8080
uses: actions/checkout@v2
8181

8282
- name: Tags
83-
run: git checkout --tags
83+
run: git fetch --tags
8484

8585
- name: Set up JDK
8686
uses: actions/setup-java@v2

0 commit comments

Comments
 (0)