Skip to content

Commit 6087f85

Browse files
authored
fix readme release instructions (#40)
1 parent cf49b7d commit 6087f85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ npm version {patch|minor|major}
5252
git push --follow-tags
5353
5454
mbx env
55-
VERSION=v$(node -p "require('./package.json').version")
56-
aws s3 cp --acl public-read --content-type application/javascript mapbox-gl-rtl-text.js s3://mapbox-gl-js/plugins/mapbox-gl-rtl-text/v$VERSION/mapbox-gl-rtl-text.js
55+
VERSION=$(node -p "require('./package.json').version")
56+
aws s3 cp --acl public-read --content-type application/javascript dist/mapbox-gl-rtl-text.js s3://mapbox-gl-js/plugins/mapbox-gl-rtl-text/v$VERSION/mapbox-gl-rtl-text.js
5757
mbx npm publish
5858
```

0 commit comments

Comments
 (0)