Skip to content

Commit

Permalink
Merge pull request #3 from Xminent/dev
Browse files Browse the repository at this point in the history
dev -> main
  • Loading branch information
Jonathan Martinez authored Dec 11, 2023
2 parents d541ed1 + a1be851 commit fa3d97f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@ jobs:
uses: requarks/changelog-action@v1
with:
token: ${{ github.token }}
tag: ${{ steps.semver.outputs.next }}${{ env.TAG_SUFFIX }}
fromTag: ${{ steps.latest-tag.outputs.tag }}
toTag: ${{ steps.semver.outputs.next }}${{ env.TAG_SUFFIX }}
writeToFile: false

- name: Create Release
Expand Down

0 comments on commit fa3d97f

Please sign in to comment.