Skip to content
This repository was archived by the owner on Nov 20, 2019. It is now read-only.

Commit b59305e

Browse files
author
Charlike Mike Reagent
committed
fix: lets see with what is happening with --dry flag
Signed-off-by: Charlike Mike Reagent <mameto2011@gmail.com>
1 parent aa8b698 commit b59305e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

112112
workflows:
113113
version: 2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,10 @@
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"

0 commit comments

Comments
 (0)