Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
javiercn committed Jul 11, 2024
1 parent 065c421 commit afaa867
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/update-jquery-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit afaa867

Please sign in to comment.