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:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
- name: Checkout repository and submodules
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
token: ${{ secrets.DECO_GITHUB_TOKEN }}
|
||||
submodules: recursive
|
||||
- name: Unshallow
|
||||
run: git fetch --prune --unshallow
|
||||
- name: Setup Go
|
||||
|
|
Loading…
Reference in New Issue