Skip to content

Commit

Permalink
ci: 👷 switch from and to tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Xminent committed Dec 11, 2023
1 parent 5c12389 commit 265040b
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 @@ -172,8 +172,8 @@ jobs:
uses: requarks/changelog-action@v1
with:
token: ${{ github.token }}
fromTag: ${{ steps.semver.outputs.current }}${{ env.TAG_SUFFIX }}
toTag: ${{ steps.semver.outputs.next }}${{ env.TAG_SUFFIX }}
fromTag: ${{ steps.semver.outputs.next }}${{ env.TAG_SUFFIX }}
toTag: ${{ steps.semver.outputs.current }}${{ env.TAG_SUFFIX }}
writeToFile: false

- name: Create Release
Expand Down

0 comments on commit 265040b

Please sign in to comment.