Skip to content

Commit

Permalink
chore(ci): Set latest tag 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 05e0382 commit 9f69529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
token: ${{ github.token }}
fromTag: ${{ env.previousTag }}
toTag: v9
toTag: ${{ github.head_ref }}
writeToFile: true
excludeTypes: build,other,style
reverseOrder: true
Expand Down

0 comments on commit 9f69529

Please sign in to comment.