We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fb478c commit ad099d6Copy full SHA for ad099d6
.github/workflows/ci.yml
@@ -109,8 +109,8 @@ jobs:
109
uses: requarks/changelog-action@v1
110
with:
111
token: ${{ github.token }}
112
- fromTag: ${{ steps.previous-tag.outputs.value }}
113
- toTag: ${{ github.ref_name }}
+ fromTag: ${{ github.ref_name }}
+ toTag: ${{ steps.previous-tag.outputs.value }}
114
writeToFile: false
115
excludeTypes: build,docs,style
116
excludeScopes: deploy,version
0 commit comments