Skip to content

Commit 1befba9

Browse files
clydinalan-agius4
authored andcommitted
ci: remove unused experimental publish job
1 parent aa5fd5a commit 1befba9

File tree

2 files changed

+0
-25
lines changed

2 files changed

+0
-25
lines changed

.circleci/config.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -278,19 +278,6 @@ jobs:
278278
command: |
279279
yarn admin snapshots --verbose --githubTokenFile=${HOME}/github_token
280280
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-
294281
# Windows jobs
295282
# CircleCI support for Windows jobs is still in preview.
296283
# Docs: https://github.com/CircleCI-Public/windows-preview-docs
@@ -429,14 +416,3 @@ workflows:
429416
- build
430417
- test
431418
- 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: /.*/

.circleci/npm_token

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)