Skip to content

Commit c99c630

Browse files
authored
ci(0.77): set the npm dist-tag in nx release publish (#2486)
Backport of #2484 to `0.77-stable`
1 parent 4f99271 commit c99c630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ado/templates/npm-publish-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ steps:
2929
3030
- script: |
3131
echo "//registry.npmjs.org/:_authToken=$(npmAuthToken)" > ~/.npmrc
32-
yarn nx release publish --excludeTaskDependencies
32+
yarn nx release publish --tag ${{ parameters['publishTag'] }} --excludeTaskDependencies
3333
displayName: Publish packages
3434
condition: and(succeeded(), eq(variables['publish_react_native_macos'], '1'))
3535

0 commit comments

Comments
 (0)