File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ git-cliff --tag 1.0.1 v1.0.0..HEAD | pbcopy
171
171
172
172
We're [ working on automating] ( https://github.com/temporalio/sdk-typescript/pull/395 ) the rest of the process:
173
173
174
- - Log in to npm as ` temporal-sdk-team `
174
+ - Log in to npm as ` temporal-sdk-team ` ( ` npm whoami ` and ` npm login ` )
175
175
- Download the artifacts from [ GitHub Actions] ( https://github.com/temporalio/sdk-typescript/actions )
176
176
- Publish:
177
177
@@ -184,6 +184,8 @@ npm ci
184
184
npm run build
185
185
186
186
mkdir -p packages/core-bridge/releases
187
+
188
+ # in the next command, replace ~/gh/release-sdk-typescript with your dir
187
189
for f in ~ /Downloads/packages-* .zip; do mkdir " $HOME /Downloads/$( basename -s .zip $f ) " ; (cd " $HOME /Downloads/$( basename -s .zip $f ) " && unzip $f && tar -xvzf @temporalio/core-bridge/core-bridge-* .tgz package/releases/ && cp -r package/releases/* ~ /gh/release-sdk-typescript/packages/core-bridge/releases/); done
188
190
189
191
# we should now have all 5 build targets
You can’t perform that action at this time.
0 commit comments