Skip to content

Commit

Permalink
chore(ci): release notes were not being publish due to missing fetch-…
Browse files Browse the repository at this point in the history
…depth
  • Loading branch information
fallion committed Mar 7, 2021
1 parent 243778f commit 7283046
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 @@ -11,6 +11,8 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Set up Go
uses: actions/setup-go@v2
Expand Down

0 comments on commit 7283046

Please sign in to comment.