Skip to content

Commit

Permalink
chore: Release pipeline fix
Browse files Browse the repository at this point in the history
  • Loading branch information
skrolikiewicz committed Sep 19, 2024
1 parent 0507b5b commit 27a0f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
yarn install
yarn ci
npx lerna version --yes --force-publish --conventional-commits --create-release github
npx lerna version --yes --force-publish --conventional-commits --conventional-graduate --include-merged-tags --create-release github
npx lerna publish --yes from-package
env:
GH_TOKEN: ${{ secrets.N9_MACHINE_USER_BACKSTAGE_TOKEN }}
Expand Down

0 comments on commit 27a0f65

Please sign in to comment.