We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7340c6 commit f2094caCopy full SHA for f2094ca
README.md
@@ -299,7 +299,7 @@ Your promise must resolve with an array of the artifacts you generated.
299
You must export a `Function` that returns a `Promise`. Your function will be called with the following keyword parameters:
300
301
* `dir` - The application directory
302
-* `artifactPaths` - An array of absolute paths to artifacts to publish
+* `artifacts` - An array of absolute paths to artifacts to publish
303
* `packageJSON` - An object representing the user's `package.json` file
304
* `forgeConfig` - An object representing the user's [`forgeConfig`](#config)
305
* `authToken` - The value of `--auth-token`
0 commit comments