Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xMikux committed Sep 29, 2024
1 parent 53a2b66 commit 14b47ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/resuable_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
token: ${{ github.token }}
writeToFile: false
# tag: ${{ inputs.next_version }}
fromTag: ${{ inputs.this_version }}
toTag: ${{ inputs.next_version }}
fromTag: ${{ inputs.next_version }}
toTag: ${{ inputs.this_version }}

0 comments on commit 14b47ba

Please sign in to comment.