Skip to content

Commit

Permalink
fix(ci): Adjust roof commit range for CHANGELOG CI
Browse files Browse the repository at this point in the history
Signed-off-by: macinsight <gh@macinsight.net>
  • Loading branch information
macinsight committed Nov 28, 2023
1 parent af385f8 commit 05e0382
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
uses: requarks/changelog-action@v1.9.0
with:
token: ${{ github.token }}
fromTag:
tag: ${{ github.ref_name }}
fromTag: ${{ env.previousTag }}
toTag: v9
writeToFile: true
excludeTypes: build,other,style
reverseOrder: true
Expand Down

0 comments on commit 05e0382

Please sign in to comment.