Skip to content

Commit

Permalink
Merge pull request #380 from vincentbernat/fix/changelog
Browse files Browse the repository at this point in the history
Fix changelog during release workflow
  • Loading branch information
karimra authored Mar 2, 2024
2 parents 83d62ed + 61a4c94 commit 43061dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
- test
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version: ${{ env.GOVER }}
Expand Down

0 comments on commit 43061dc

Please sign in to comment.