Can’t do shallow fetch either

This commit is contained in:
Andrew Branch
2020-04-14 14:15:37 -07:00
parent c44d6ae392
commit 6f782f2a4f

View File

@@ -30,7 +30,10 @@ jobs:
if: github.event_name == 'push'
steps:
- uses: actions/checkout@v2
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
with:
fetch-depth: 0
- name: fetch tags
run: git fetch origin +refs/tags/*:refs/tags/*
- uses: actions/setup-node@v1
with:
node-version: 12.x