Skip to content

Commit

Permalink
fix(ci): Change source tag for Changelog CI
Browse files Browse the repository at this point in the history
Signed-off-by: macinsight <[email protected]>
  • Loading branch information
macinsight committed Nov 28, 2023
1 parent 74df28f commit 4a0fbad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
uses: requarks/changelog-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
fromTag: ${{ github.ref_name }}
toTag: ${{ env.previousTag }}
tag: ${{ github.ref_name }}
writeToFile: true
excludeTypes: build,other,style
reverseOrder: true
Expand Down

0 comments on commit 4a0fbad

Please sign in to comment.