Skip to content

Commit

Permalink
update config file
Browse files Browse the repository at this point in the history
  • Loading branch information
RamanaReddy0M committed Oct 19, 2023
1 parent 8a9fa2c commit 30ff209
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- '**.go'
- '**.mod'
- '**.yml'
- '**.yaml'
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion dist/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ builds:
gobinary: go
command: build
ldflags:
- -s -w -X main.version={{.Version}} -X main.builtBy=goreleaser
- -s -w -X main.commit={{.Commit}} -X main.date={{.Date}} -X main.builtBy=goreleaser
env:
- CGO_ENABLED=0

Expand Down

0 comments on commit 30ff209

Please sign in to comment.