diff --git a/.circleci/config.yml b/.circleci/config.yml index ab7aff1..05a4189 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -132,7 +132,7 @@ jobs: command: yarn add github-release-notes - run: name: Create a release and publish to GitHub - command: npx gren --override --token $GITHUB_REPO_TOKEN + command: npx gren release --override --token $GITHUB_REPO_TOKEN # --- Workflow definitions --------------------------------------------------- # # This configuration is optimized for continuous delivery of NPM packages.