Skip to content

Commit

Permalink
fix(ci): fix empty changelog generated by CI
Browse files Browse the repository at this point in the history
  • Loading branch information
robertu7 committed Jun 29, 2020
1 parent 496d3aa commit 2adcbba
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 @@ -15,6 +15,8 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@master
with:
fetch-depth: 0

- name: Get Version
id: version
Expand Down

0 comments on commit 2adcbba

Please sign in to comment.