From 5a82302b063296f981cd1e77877f931712cf06a3 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 30 Jan 2024 17:21:10 +0100 Subject: [PATCH] wip --- .github/workflows/releases.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index e4d56e9a9b7e..80defda46f2e 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -25,12 +25,9 @@ jobs: run: sed -i "s/const VERSION = '.*';/const VERSION = '${{ steps.version.outputs.version }}';/g" src/Illuminate/Foundation/Application.php - name: Commit version change - uses: EndBug/add-and-commit@v9 + uses: stefanzweifel/git-auto-commit-action@v5 with: - add: src/Illuminate/Foundation/Application.php - default_author: github_actions - message: "Update version to v${{ steps.version.outputs.version }}" - push: origin ${{ github.ref_name }} + commit_message: "Update version to v${{ steps.version.outputs.version }}" - name: SSH into splitter server uses: appleboy/ssh-action@master