Skip to content

Commit fe24773

Browse files
committed
fixes
1 parent b09b213 commit fe24773

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,11 +277,11 @@ AWS_SECRET_ACCESS_KEY # AWS secret key
277277
"build": {
278278
"publish": {
279279
"provider": "s3",
280-
"bucket": "your-s3-bucket-name"
280+
"bucket": "YOUR_S3_BUCKET_NAME"
281281
}
282282
}
283283
```
284-
Replace "your-s3-bucket-name" with the name of your S3 bucket.
284+
Replace "YOUR_S3_BUCKET_NAME" with the name of your S3 bucket.
285285

286286
2. Add a new script called "package:publish" to the "scripts" section of your "package.json" file:
287287
```json

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253
],
254254
"publish": {
255255
"provider": "s3",
256-
"bucket": "awesome-app-releases"
256+
"bucket": "YOUR_S3_BUCKET_NAME"
257257
}
258258
},
259259
"collective": {

0 commit comments

Comments
 (0)