Skip to content

Commit

Permalink
[LOCAL] Fix new release workflow script (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
huntie committed Mar 18, 2024
1 parent 8535f49 commit eadf920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/configurations/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 >>]
Expand Down

0 comments on commit eadf920

Please sign in to comment.