Skip to content

Commit da1ed9f

Browse files
authored
Update DEVELOPMENT.md
1 parent 0aa0e4b commit da1ed9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Immediately after bumping the version, use the `release:start-ci-publish` npm sc
5757
> __Note: By default, publishing will be done to the `latest` tag on npm.__ To publish on a different `dist-tag` set the `APOLLO_DIST_TAG` environment variable. E.g. To publish to the `alpha` tag instead of `latest`, the following command would be `APOLLO_DIST_TAG=alpha npm run release:start-ci-publish`.
5858
5959
```
60-
npm run release:start-ci-publish
60+
APOLLO_DIST_TAG=latest npm run release:start-ci-publish
6161
```
6262

6363
#### Step 3b: Manually publishing

0 commit comments

Comments
 (0)