From b77ca14ad8b0ec1c6a13761d9f093f1a62b05d09 Mon Sep 17 00:00:00 2001 From: dragolea Date: Mon, 17 Jun 2024 17:03:39 +0300 Subject: [PATCH] chore(build): changes to name of the release --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e76928a..878d919 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -143,7 +143,7 @@ jobs: git commit -m "chore(doc): CHANGELOG.md updated" git push https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git update-changelog-${{ github.run_id }} - - name: Create a Pull Request and push the commit to merge + - name: Create a Pull Request and push the CHANGELOG.md to main id: create_pr uses: peter-evans/create-pull-request@v6 with: