[LOCAL] Fix new release workflow script (3)

This commit is contained in:
Alex Hunt
2024-03-18 15:02:09 +00:00
parent 8535f496d2
commit eadf9203bf
+2 -2
View File
@@ -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 >>]