Fetch tags in CI for alpha publish

This commit is contained in:
Andrew Branch
2020-04-14 14:07:51 -07:00
parent dad7c5e5d7
commit c44d6ae392

View File

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