We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b09b213 commit fe24773Copy full SHA for fe24773
2 files changed
README.md
@@ -277,11 +277,11 @@ AWS_SECRET_ACCESS_KEY # AWS secret key
277
"build": {
278
"publish": {
279
"provider": "s3",
280
- "bucket": "your-s3-bucket-name"
+ "bucket": "YOUR_S3_BUCKET_NAME"
281
}
282
283
```
284
-Replace "your-s3-bucket-name" with the name of your S3 bucket.
+Replace "YOUR_S3_BUCKET_NAME" with the name of your S3 bucket.
285
286
2. Add a new script called "package:publish" to the "scripts" section of your "package.json" file:
287
```json
package.json
@@ -253,7 +253,7 @@
253
],
254
255
256
- "bucket": "awesome-app-releases"
257
258
},
259
"collective": {
0 commit comments