Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: remove unused experimental publish job #18352

Merged
merged 1 commit into from Jul 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
24 changes: 0 additions & 24 deletions .circleci/config.yml
Expand Up @@ -278,19 +278,6 @@ jobs:
command: |
yarn admin snapshots --verbose --githubTokenFile=${HOME}/github_token

publish:
executor: action-executor
steps:
- custom_attach_workspace
- run:
name: Decrypt Credentials
command: |
openssl aes-256-cbc -d -in .circleci/npm_token -k "${KEY}" -out ~/.npmrc
- run:
name: Deployment to NPM
command: |
yarn admin publish --verbose

# Windows jobs
# CircleCI support for Windows jobs is still in preview.
# Docs: https://github.com/CircleCI-Public/windows-preview-docs
Expand Down Expand Up @@ -429,14 +416,3 @@ workflows:
- build
- test
- e2e-cli
- publish:
requires:
- build
- test
- e2e-cli
- snapshot_publish
filters:
tags:
only: /^v\d+/
branches:
ignore: /.*/
1 change: 0 additions & 1 deletion .circleci/npm_token

This file was deleted.