Skip to content

Commit

Permalink
chore: package-lockci(release): fix nx does not update package-lock f…
Browse files Browse the repository at this point in the history
…ile correctly
  • Loading branch information
Badisi committed Jun 24, 2024
1 parent 1e203c1 commit 240c936
Show file tree
Hide file tree
Showing 2 changed files with 705 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ jobs:
git remote set-url origin https://x-access-token:${{ secrets.DSI_HUG_BOT_GITHUB_TOKEN }}@github.com/${{ github.repository }}
npm install
git add package.json package-lock.json
git commit --message chore: synchronize package.json and package-lock.json
git commit --message "chore: synchronize package.json and package-lock.json"
git push --follow-tags --no-verify --atomic
Loading

0 comments on commit 240c936

Please sign in to comment.