File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,12 @@ steps:
24
24
echo "##vso[task.setvariable variable=RNM_PACKAGE_VERSION]$(node .ado/get-next-semver-version.js)"
25
25
echo "Next package version: $RNM_PACKAGE_VERSION"
26
26
27
- # Note, This won't do the actual `git tag` and `git push` as we're doing a dry run.
28
- # We do that as a separate step in `.ado/publish.yml`.
29
27
- task : CmdLine@2
30
28
displayName : Prepare React Native macOS release
31
29
inputs :
32
30
script : |
33
31
set -eox pipefail
34
- node scripts/releases/set-version.js -v $RNM_PACKAGE_VERSION --build-type "release"
32
+ node scripts/releases/set-version.js $RNM_PACKAGE_VERSION
35
33
36
34
# Note: This won't actually publish to NPM as we've commented that bit out.
37
35
# We do that as a separate step in `.ado/publish.yml`.
You can’t perform that action at this time.
0 commit comments