Skip to content

Commit a0536e1

Browse files
authored
ci(0.78): set the npm dist-tag in nx release publish (#2485)
Backport of #2484 to `0.78-stable`
1 parent 074323f commit a0536e1

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
@@ -34,7 +34,7 @@ steps:
3434
3535
- script: |
3636
echo "//registry.npmjs.org/:_authToken=$(npmAuthToken)" > ~/.npmrc
37-
yarn nx release publish --excludeTaskDependencies
37+
yarn nx release publish --tag ${{ parameters['publishTag'] }} --excludeTaskDependencies
3838
displayName: Publish packages
3939
condition: and(succeeded(), eq(variables['publish_react_native_macos'], '1'))
4040

0 commit comments

Comments
 (0)