File tree Expand file tree Collapse file tree 2 files changed +0
-25
lines changed Expand file tree Collapse file tree 2 files changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -278,19 +278,6 @@ jobs:
278
278
command : |
279
279
yarn admin snapshots --verbose --githubTokenFile=${HOME}/github_token
280
280
281
- publish :
282
- executor : action-executor
283
- steps :
284
- - custom_attach_workspace
285
- - run :
286
- name : Decrypt Credentials
287
- command : |
288
- openssl aes-256-cbc -d -in .circleci/npm_token -k "${KEY}" -out ~/.npmrc
289
- - run :
290
- name : Deployment to NPM
291
- command : |
292
- yarn admin publish --verbose
293
-
294
281
# Windows jobs
295
282
# CircleCI support for Windows jobs is still in preview.
296
283
# Docs: https://github.com/CircleCI-Public/windows-preview-docs
@@ -429,14 +416,3 @@ workflows:
429
416
- build
430
417
- test
431
418
- e2e-cli
432
- - publish :
433
- requires :
434
- - build
435
- - test
436
- - e2e-cli
437
- - snapshot_publish
438
- filters :
439
- tags :
440
- only : /^v\d+/
441
- branches :
442
- ignore : /.*/
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments