Skip to content

Commit

Permalink
Merge pull request #122 from rsteube/release-pflag-fork
Browse files Browse the repository at this point in the history
github: release with pflag fork
  • Loading branch information
rsteube authored Jan 15, 2023
2 parents fa4857e + 49a34bb commit 3a87c5a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ jobs:
- name: "staticcheck"
run: go install honnef.co/go/tools/cmd/staticcheck@latest && staticcheck ./...

- name: Replace dependency
run: |
go mod edit -replace github.com/spf13/pflag=github.com/rsteube/[email protected]
go mod tidy
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 3a87c5a

Please sign in to comment.