Commit c5ab90f
authored
ci: set the npm dist-tag in
## Summary:
We separate our CI to run `nx release` as two steps: `nx release
--skip-publish` and `nx release publish`. The latter seems to not pick
up the NPM dist-tag we want to set packages to release with, so it
defaults to `latest`. This seems solvable by simply passing in `--tag`.,
since that gets picked up [in this line of
code](https://github.com/nrwl/nx/blob/745abdaecfffbf09278dd576ef32afb8a7da9735/packages/js/src/executors/release-publish/release-publish.impl.ts#L123).
## Test Plan:
Locally ran `nx release-publish` with extra console.logs to make sure
the tag was passed in.nx release publish (#2484)1 parent 7bb5df3 commit c5ab90f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments