mirror of
https://git.revela.dev/itsRevela/LCE-Revelations.git
synced 2026-06-19 19:31:58 +00:00
ci: full-history checkout for release tag push
This commit is contained in:
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
@@ -282,6 +282,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: https://github.com/actions/checkout@v6
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Download server artifacts
|
||||
uses: https://github.com/actions/download-artifact@v3
|
||||
@@ -381,6 +383,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: https://github.com/actions/checkout@v6
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Download client artifacts
|
||||
uses: https://github.com/actions/download-artifact@v3
|
||||
|
||||
Reference in New Issue
Block a user