Skip to content

Commit

Permalink
Merge pull request #62 from threadi/feature/addGitHubActionToBuildRel…
Browse files Browse the repository at this point in the history
…ease

update GitHub action to build releases
  • Loading branch information
threadi authored Dec 15, 2024
2 parents 75af06f + c6b79d4 commit 8807ce0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cd ../../../
- name: Generate autoloader
run: composer dump-autoload -oa --no-dev
run: composer dump-autoload -oa

- name: Run WordPress Coding Standard fixes
run: vendor/bin/phpcbf --extensions=php --ignore=*/vendor/*,*/svn/* --standard=ruleset.xml .
Expand All @@ -37,6 +37,9 @@ jobs:
- name: Generate hook documentation
run: vendor/bin/wp-documentor parse app --format=markdown --output=docs/hooks.md --prefix=eml_

- name: Generate autoloader
run: composer dump-autoload -oa --no-dev

- name: Set version number 1
uses: richardrigutins/replace-in-files@v2
with:
Expand Down

0 comments on commit 8807ce0

Please sign in to comment.