Skip to content

Commit

Permalink
fixed release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
osteel committed Jun 26, 2023
1 parent 18741c9 commit 9e61f15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
ref: main

- name: Set up PHP
uses: shivammathur/setup-php@v2
Expand Down Expand Up @@ -47,6 +49,7 @@ jobs:
- name: Push changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
branch: main
commit_message: "Updated README"

docker:
Expand Down

0 comments on commit 9e61f15

Please sign in to comment.