Skip to content

Commit

Permalink
chore: debug release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Sep 2, 2024
1 parent 16196b1 commit f6d9e45
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,13 @@ jobs:
echo "//registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN" > .npmrc
- name: Release
run: npx lerna publish --no-verify-access --no-private --conventional-commits --yes --loglevel debug
run: |
git status
npx lerna publish --no-verify-access --no-private --conventional-commits --yes --loglevel debug
- name: Sync next branch
run: |
git status
git checkout next
git merge --ff-only master
git push -u origin next

0 comments on commit f6d9e45

Please sign in to comment.