mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
chore(ci): fetch full history and tags for releasing nuxt-edge
[release]
This commit is contained in:
parent
63d3b21f10
commit
9ec5d5b8e8
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -319,6 +319,12 @@ jobs:
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@master
|
||||
with:
|
||||
ref: 'refs/heads/dev'
|
||||
fetch-depth: 0 # All history
|
||||
|
||||
- name: fetch tags
|
||||
run: git fetch --depth=1 origin "+refs/tags/*:refs/tags/*"
|
||||
|
||||
- name: restore workspace cache
|
||||
uses: actions/cache@v2
|
||||
|
Loading…
Reference in New Issue
Block a user