Skip to content

Commit

Permalink
ci: fix ci release
Browse files Browse the repository at this point in the history
  • Loading branch information
wfxr committed Nov 18, 2021
1 parent f5cd21e commit 7b98218
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: goreleaser
name: release

on:
push:
Expand Down
3 changes: 3 additions & 0 deletions featctl/.goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
project_name: featctl
release:
prerelease: auto
before:
hooks:
- go mod tidy
Expand Down

0 comments on commit 7b98218

Please sign in to comment.