diff --git a/.github/workflows/update-jquery-validate.yml b/.github/workflows/update-jquery-validate.yml index 567efc3f18f9..126b74fe25ec 100644 --- a/.github/workflows/update-jquery-validate.yml +++ b/.github/workflows/update-jquery-validate.yml @@ -34,6 +34,10 @@ jobs: npm run update-identity-ui-scripts echo "JQUERY_VALIDATE_VERSION=$(npm ls jquery-validation --json | jq -r '.dependencies["jquery-validation"].version')" >> $GITHUB_ENV + - name: Update script tags + working-directory: ${{ env.RepoRoot }}/src/Identity/UI + run: node update-jquery-validate.mjs + - name: Create Pull Request uses: dotnet/actions-create-pull-request@v4 with: