Skip to content

Commit

Permalink
fix: lerna publish (carbon-design-system#3844)
Browse files Browse the repository at this point in the history
  • Loading branch information
elycheea authored Nov 21, 2023
1 parent de24661 commit 6f28014
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-preminor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: v2 pre-release # Builds and releases @carbon/v11 supported version of @carbon/ibm-products
name: v2 prerelease # Builds and releases @carbon/v11 supported version of @carbon/ibm-products

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
GH_TOKEN: ${{ secrets.GH_TOKEN_LERNA }}
NODE_AUTH_TOKEN: ${{ secrets.CARBON_BOT_NPM_TOKEN }}
run:
yarn lerna ${{ inputs.release-type }} --no-verify-access
yarn lerna publish ${{ inputs.release-type }} --no-verify-access
--create-release github --yes

0 comments on commit 6f28014

Please sign in to comment.