Skip to content

Commit

Permalink
docs: Correct circleci workflow (semantic-release#2365)
Browse files Browse the repository at this point in the history
  • Loading branch information
cades authored and morey-tech committed Sep 12, 2022
1 parent d12098b commit 4696d80
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/recipes/ci-configurations/circleci-workflows.md
Expand Up @@ -22,14 +22,12 @@ Finally, we call our release job with a `requires` parameter so that `release` w
```yaml
version: 2.1
orbs:
node: circleci/node@4.5
node: circleci/node@5.0.0
jobs:
release:
executor: node/default
steps:
- checkout
- node/install
lts: true
- node/install-packages # Install and automatically cache packages
# Run optional required steps before releasing
# - run: npm run build-script
Expand Down

0 comments on commit 4696d80

Please sign in to comment.