mirror of https://github.com/databricks/cli.git
fix release (#45)
This commit is contained in:
parent
f309f68444
commit
d829ce36d5
|
@ -9,8 +9,11 @@ jobs:
|
||||||
goreleaser:
|
goreleaser:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout repository and submodules
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.DECO_GITHUB_TOKEN }}
|
||||||
|
submodules: recursive
|
||||||
- name: Unshallow
|
- name: Unshallow
|
||||||
run: git fetch --prune --unshallow
|
run: git fetch --prune --unshallow
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
|
|
Loading…
Reference in New Issue