Skip to content

Commit 11da69d

Browse files
committed
ci: nightly fetch all tags
1 parent 9b81cd7 commit 11da69d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Check if there are changes to deploy
1818
id: deploy-nightly
1919
run: |
20-
git fetch
20+
git fetch --tags
2121
MAIN_SHA=$(git rev-list -n 1 main)
2222
NIGHTLY_SHA=$(git rev-list -n 1 nightly)
2323
echo "main : $MAIN_SHA"

0 commit comments

Comments
 (0)