This repository was archived by the owner on Nov 20, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107107 command : yarn run build || echo "No build step."
108108 - run :
109109 name : Releasing and publishing
110- command : yarn run release || (yarn global add @tunnckocore/release-cli && yarn run release)
110+ command : yarn run release --dry || (yarn global add @tunnckocore/release-cli && yarn run release --dry )
111111
112112workflows :
113113 version : 2
Original file line number Diff line number Diff line change 1515 "node" : " ^8.11.0 || >=10.13.0"
1616 },
1717 "dependencies" : {
18- "@tunnckocore/release-cli" : " ^1.2.0 " ,
18+ "@tunnckocore/release-cli" : " ^1.3.1 " ,
1919 "esm" : " ^3.0.84"
2020 },
2121 "devDependencies" : {
Original file line number Diff line number Diff line change 153153 esm "^3.0.84"
154154 parse-package-name "^0.1.0"
155155
156- " @tunnckocore/release-cli@^1.2.0 " :
157- version "1.2.0 "
158- resolved "https://registry.yarnpkg.com/@tunnckocore/release-cli/-/release-cli-1.2.0 .tgz#b425c9f157cc9287e8d02cd79cd8de28a0509d77 "
159- integrity sha512-lknALKNRghrDuBH9d/2nsH/T0hI/00hcFUr1vbd/can+Vt4x2lnS5Yxj5+vaQkMzsf/VK2tQkfIsvo55CbqeiA ==
156+ " @tunnckocore/release-cli@^1.3.1 " :
157+ version "1.3.1 "
158+ resolved "https://registry.yarnpkg.com/@tunnckocore/release-cli/-/release-cli-1.3.1 .tgz#b01ce2b69df62fd64d4d3e91fe369f83bb36fad8 "
159+ integrity sha512-SOR7TCDoTBc2j8AICTaT5MWfuLGg8Ah/h1pVWaqwwXHdE+/V4eBCRRg/8L22SE4n7C8sWQ9uOw5xWTTc8O58qg ==
160160 dependencies :
161161 " @tunnckocore/execa" " ^2.1.2"
162162 " @tunnckocore/package-json" " ^1.0.1"
You can’t perform that action at this time.
0 commit comments