ci: release wf uses deep clone
This commit is contained in:
parent
28ff78d809
commit
4e6ea2f1ca
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@ -16,10 +16,9 @@ jobs:
|
||||
pages: write
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Fetch tags
|
||||
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user