mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
[LOCAL] Fix new release workflow script (3)
This commit is contained in:
@@ -1145,9 +1145,9 @@ jobs:
|
||||
- run:
|
||||
name: Creating release commit
|
||||
command: |
|
||||
git commit -a -m "Release << parameters.version >>\n\n#publish-packages-to-npm&<< parameters.tag >>"
|
||||
git commit -a -m "Release << parameters.version >>" -m "#publish-packages-to-npm&<< parameters.tag >>"
|
||||
git tag -a "v<< parameters.version >>" -m "v<< parameters.version >>"
|
||||
git show HEAD
|
||||
env GIT_PAGER=cat git show HEAD
|
||||
- when:
|
||||
condition:
|
||||
equal: ["latest", << parameters.tag >>]
|
||||
|
||||
Reference in New Issue
Block a user