Skip to content

Commit

Permalink
[hotfix] Releases are not being tiggered because of no ci message
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Manuel "Kang" Perez committed Jun 23, 2024
1 parent 7e52515 commit 83b0a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ jobs:
git add CHANGELOG.md
git config user.name '${{ env.COMMITTER_NAME }}'
git config user.email '${{ env.COMMITTER_EMAIL }}'
git commit -m "[no ci] Automatic ${{ steps.version.outputs.next-version }} release"
git commit -m "Automatic ${{ steps.version.outputs.next-version }} release"
git push
gh release create "${{ steps.version.outputs.next-version }}" -F CHANGELOG.partial.md

0 comments on commit 83b0a57

Please sign in to comment.