mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
not shallow clone here
This commit is contained in:
parent
f379a9b97e
commit
1853ea01fd
1 changed files with 2 additions and 0 deletions
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
|
|
@ -36,6 +36,8 @@ jobs:
|
||||||
needs: update_changelog_and_sync_package_lock_version
|
needs: update_changelog_and_sync_package_lock_version
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
- name: Remove branch 'latest'
|
- name: Remove branch 'latest'
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue