Skip to content

Commit

Permalink
working on releases
Browse files Browse the repository at this point in the history
  • Loading branch information
kevholditch committed Nov 5, 2021
1 parent 0bce8a1 commit c426e05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: goreleaser/goreleaser-action@v2.5.0
with:
version: latest
args: release --rm-dist
args: release -f .goreleaser.yml --rm-dist
env:
# GitHub sets this automatically
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ before:
builds:
- env:
- CGO_ENABLED=0
main: ./cmd/main.go
main: ./cmd
mod_timestamp: '{{ .CommitTimestamp }}'
flags:
- -trimpath
Expand Down

0 comments on commit c426e05

Please sign in to comment.