Skip to content

Commit aae004c

Browse files
authored
ci(0.76): set the npm dist-tag in nx release publish (#2487)
Backport of #2484 to `0.76-stable`
1 parent b19dab2 commit aae004c

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)