Skip to content

Commit

Permalink
ci: update package-lock.json file when creating release branch (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
1abhishekpandey authored Dec 11, 2023
1 parent 739c029 commit 7718238
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/draft-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
./scripts/update-rn-sdk-version-in-constants-file.sh
npm run bump-version:monorepo
npx replace $CURRENT_VERSION_VALUE $NEW_VERSION_VALUE sonar-project.properties
npm i
git add .
git commit -m "chore: sync versions and generate release logs"
Expand Down

0 comments on commit 7718238

Please sign in to comment.