Skip to content

Commit

Permalink
chore: fix github release
Browse files Browse the repository at this point in the history
  • Loading branch information
ImLunaHey committed Sep 21, 2023
1 parent 78f8fa4 commit 1d844d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ jobs:
uses: requarks/changelog-action@v1
with:
token: ${{ github.token }}
fromTag: ${{ steps.previous_tag.outputs.previous_tag }}
toTag: ${{ steps.current_tag.outputs.current_tag }}
fromTag: ${{ steps.current_tag.outputs.current_tag }}
toTag: ${{ steps.previous_tag.outputs.previous_tag }}
writeToFile: false

- name: Create package for Github release
Expand Down

0 comments on commit 1d844d4

Please sign in to comment.