From 863b88e05c20ac037ada17c952458e405cbae17e Mon Sep 17 00:00:00 2001 From: leoli Date: Wed, 17 Apr 2024 00:25:12 +0800 Subject: [PATCH] ci: merge changes from GitHub Actions workflow --- .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 62c3260..f689776 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -81,5 +81,5 @@ jobs: run: | git checkout main git pull - git merge --no-ff ${{ steps.changelog.outputs.tag }} + git merge --no-ff --no-edit ${{ github.ref }} git push