mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-27 08:02:01 +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:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@master
|
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
|
- name: restore workspace cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user