0
Fork 0
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:
Daniel Lockyer 2020-05-28 17:24:13 +01:00 committed by GitHub
parent 65b9072fe2
commit c2f5ed07d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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