Skip to content

Commit

Permalink
We need to get all the tags and branches.
Browse files Browse the repository at this point in the history
  • Loading branch information
metcalfc committed Mar 28, 2020
1 parent ce1fd88 commit 9c9df11
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ jobs:
# To use this repository's private action, you must check out the repository
- name: Checkout
uses: actions/checkout@v2
# Fetch all tags
- run: |
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
git fetch --prune --unshallow
- name: Generate changelog
id: changelog
uses: metcalfc/changelog-generator@master
Expand Down

0 comments on commit 9c9df11

Please sign in to comment.