Skip to content

Commit

Permalink
fix CI release
Browse files Browse the repository at this point in the history
Signed-off-by: Ziming Zhang <zziming@vmware.com>
  • Loading branch information
bitsf committed Oct 21, 2020
1 parent 8d73b91 commit adf71df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1
with:
version: v0.129.0
version: v0.145.0
args: release --rm-dist --release-footer /tmp/release.txt
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
before:
hooks:
- echo Tag {{ .Tag }}
- make generate {{ if .Tag }}RELEASE_VERSION={{ .Tag }}{{ end }}
- git diff

builds:
- env:
Expand Down

0 comments on commit adf71df

Please sign in to comment.