mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Updated release GitHub Action to reflect updates
no issue - checkout v2 now fetches all tags and branches so the extra line is not needed
This commit is contained in:
parent
65b9072fe2
commit
c2f5ed07d9
1 changed files with 0 additions and 1 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -18,7 +18,6 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
submodules: true
|
||||
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
|
||||
- run: yarn
|
||||
|
||||
- run: grunt release --skip-tests
|
||||
|
|
Loading…
Reference in a new issue