Browse Source

Merge pull request #8408 from nocodb/chore/sync-action

chore: no-frozen-lockfile for sync to develop
pull/8470/head
Pranav C 2 months ago committed by GitHub
parent
commit
ea634ff887
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/sync-to-develop.yml

2
.github/workflows/sync-to-develop.yml

@ -43,7 +43,7 @@ jobs:
git config user.name 'github-actions[bot]'
git config user.email 'github-actions[bot]@users.noreply.github.com'
revertSDK=true node scripts/upgradeNocodbSdk.js
pnpm bootstrap
pnpm --filter=nocodb-sdk install --no-frozen-lockfile && pnpm --filter=nocodb-sdk run build && pnpm --filter=nocodb --filter=nc-gui --filter=playwright install --no-frozen-lockfile
git add .
git diff-index --quiet HEAD || git commit -m "chore: update sdk path"
git push origin $BRANCH_NAME

Loading…
Cancel
Save