Skip to content

Commit

Permalink
fix(build): disable goreleaser pre-release and change project name
Browse files Browse the repository at this point in the history
  • Loading branch information
yvigara committed Dec 27, 2022
1 parent eec8685 commit 311be12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project_name: auth-gateway
project_name: go-release-please

builds:
- id: cmd1
Expand Down Expand Up @@ -76,7 +76,7 @@ archives:
format: tar.gz

release:
prerelease: "true"
prerelease: "false"
extra_files:
- glob: config/release/*.yaml

Expand Down

0 comments on commit 311be12

Please sign in to comment.