Skip to content

Commit

Permalink
fix(docs): fix input description in documentation
Browse files Browse the repository at this point in the history
This was wrongly merged in one of the previous merges.
  • Loading branch information
tyrann0us committed Sep 30, 2024
1 parent 04d6ff0 commit 4155744
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/archive-creation.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
| `NODE_VERSION` | `18` | Node version with which the assets will be compiled |
| `NPM_REGISTRY_DOMAIN` | `'https://npm.pkg.github.com/'` | Domain of the private npm registry |
| `PACKAGE_MANAGER` | `'yarn'` | Package manager with which the dependencies should be installed (`npm` or `yarn`) |
| `COMPOSER_ARGS` | `'--no-dev --no-scripts --prefer-dist --optimize-autoloader'` | Set of arguments passed to Composer |
| `PHP_VERSION` | `'8.2'` | PHP version to use during packaging |
| `COMPOSER_ARGS` | `'--no-dev --no-scripts --prefer-dist --optimize-autoloader'` | Set of arguments passed to Composer when gathering production dependencies |
| `PHP_VERSION` | `'8.2'` | PHP version to use when gathering production dependencies |
| `PHP_VERSION_BUILD` | `'8.2'` | PHP version to use when executing build tools |
| `ARCHIVE_NAME` | `''` | The name of the zip archive (falls back to the repository name) |
| `PLUGIN_MAIN_FILE` | `'index.php'` | The name of the main plugin file |
Expand Down

0 comments on commit 4155744

Please sign in to comment.