Skip to content

Commit

Permalink
Merge pull request #192 from KohlsTechnology/fix-goreleaser-changelog
Browse files Browse the repository at this point in the history
BugFix: Ensure CHANGELOG include all commits for release
  • Loading branch information
vinny-sabatini authored Jan 20, 2023
2 parents 274086e + c99026d commit dfe7b87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ jobs:
steps:
- name: Check out the repo
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install Go
uses: actions/setup-go@v3
with:
Expand Down

0 comments on commit dfe7b87

Please sign in to comment.