ci: full-history checkout for release tag push
This commit is contained in:
@@ -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