You've already forked go-semantic-release
fix(ci): Customise git clone depth 🔧
This commit was merged in pull request #3.
This commit is contained in:
@@ -10,6 +10,11 @@ variables:
|
|||||||
from_secret: hub_username_cybercinch
|
from_secret: hub_username_cybercinch
|
||||||
password:
|
password:
|
||||||
from_secret: docker_password_cybercinch
|
from_secret: docker_password_cybercinch
|
||||||
|
clone:
|
||||||
|
git:
|
||||||
|
settings:
|
||||||
|
partial: false
|
||||||
|
depth: 50
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
build-release:
|
build-release:
|
||||||
|
|||||||
Reference in New Issue
Block a user