Skip to content

Commit 4df41eb

Browse files
committed
fix: Changelog generation
1 parent 4a5f3d4 commit 4df41eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ jobs:
109109
uses: requarks/changelog-action@v1
110110
with:
111111
token: ${{ github.token }}
112-
fromTag: ${{ steps.previous-tag.outputs.value }}
113-
toTag: ${{ github.ref_name }}
112+
fromTag: ${{ github.ref_name }}
113+
toTag: ${{ steps.previous-tag.outputs.value }}
114114
writeToFile: false
115115
excludeTypes: build,docs,style
116116
excludeScopes: deploy,version

0 commit comments

Comments
 (0)