Skip to content

Commit

Permalink
Merge pull request #873 from mollie/task/fix-build-action
Browse files Browse the repository at this point in the history
Fix package name in build
  • Loading branch information
mmaymo authored Feb 19, 2024
2 parents 654d97e + 80ff660 commit 44735ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
PHP_VERSION: 7.2
PLUGIN_MAIN_FILE: mollie-payments-for-woocommerce.php
ARCHIVE_NAME: mollie-payments-for-woocommerce
PRE_SCRIPT: |
echo 'hello world!';
POST_SCRIPT: |
mv dist/WooCommerce dist/mollie-payments-for-woocommerce

0 comments on commit 44735ce

Please sign in to comment.