Skip to content

Commit

Permalink
bugfix: Fix release changelog. (#255)
Browse files Browse the repository at this point in the history
This commit in theory should fix the changelog for new releases. We're
currently only displaying the last commit.
  • Loading branch information
betterengineering authored Apr 14, 2022
1 parent 55a573a commit 79e1b2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
fetch-depth: "0"

- name: Install Go
uses: actions/setup-go@v3
Expand Down

0 comments on commit 79e1b2f

Please sign in to comment.