Skip to content

Commit

Permalink
Merge pull request #2 from pie/next-release
Browse files Browse the repository at this point in the history
updating workflow
  • Loading branch information
neilpie authored Aug 4, 2023
2 parents 799697d + 032dc9d commit 2b5e33e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Check out the repo and build it
- name: Check out the repo
uses: actions/checkout@v3

- name: Install Composer dependencies
uses: php-actions/composer@v6
with:
dev: no
Expand Down

0 comments on commit 2b5e33e

Please sign in to comment.