Update build scripts

This commit is contained in:
Jeffrey Regan
2020-05-11 09:40:54 -07:00
parent 4c9cc343cd
commit 70b1cfef4a
3 changed files with 9 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
steps:
- name: "gcr.io/cloud-builders/git"
args: [fetch, --tags, --depth=100]
- name: "goreleaser/goreleaser:v0.120.3"
- name: "goreleaser/goreleaser:v0.134.0"
entrypoint: /bin/sh
args: ["releasing/cloudbuild.sh", "api"]
secretEnv: ['GITHUB_TOKEN']