Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Jan 30, 2024
1 parent a2475b1 commit 5a82302
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5a82302

Please sign in to comment.