File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8585 npm config set //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN
8686 yarn lerna publish ${{ steps.branch-name.outputs.tag }} --no-git-tag-version --no-git-reset --force-publish --exact --yes --registry https://registry.npmjs.org
8787 git add .
88- git commit -m "action : release ${{ steps.branch-name.outputs.tag }}"
88+ git commit -m "build : release ${{ steps.branch-name.outputs.tag }}"
8989 git push
9090 env :
9191 CI : false
9999 npm config set //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN
100100 yarn lerna publish ${{ steps.branch-name.outputs.tag }} --no-git-tag-version --no-git-reset --force-publish --exact --yes --registry https://registry.npmjs.org
101101 git add .
102- git commit -m "action : release ${{ steps.branch-name.outputs.tag }}"
102+ git commit -m "build : release ${{ steps.branch-name.outputs.tag }}"
103103 git push
104104 env :
105105 CI : false
You can’t perform that action at this time.
0 commit comments