Browse Source

git tree depth to fix self host tag fetching

pull/3614/head
Martin McKeaveney 5 years ago
parent
commit
5d86daeb78
  1. 2
      .github/workflows/release-selfhost.yml

2
.github/workflows/release-selfhost.yml

@ -14,6 +14,8 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v1
with:
node-version: 14.x

Loading…
Cancel
Save