Skip to content

Commit b88c200

Browse files
MaxymGornColdForeigndependabot[bot]Copilot
authored
Fix pipeline (#457)
## Target <!-- Why are you making this change? --> #### Open Questions <!-- OPTIONAL - [ ] Use the GitHub checklists to spark discussion on issues that may arise from your approach. Please tick the box and explain your answer. --> ## Checklist <!-- It serves as a gentle reminder for common tasks. Confirm it's done and check everything that applies. --> - [ ] Tests cover new or modified code - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the site documentation - [ ] I have made corresponding changes to the README, NuGet README file - [ ] My changes generate no new warnings - [ ] New dependencies added or updated - [ ] Includes breaking changes - [ ] Version bumped ## Visuals <!-- OPTIONAL Show results both before and after this change. When the output changes, it can be a screenshot of a trace, metric, or log illustrating the change. --> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: ColdForeign <tankon46555@gmail.com> Co-authored-by: George Radchuk <38187349+ColdForeign@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 366f3e1 commit b88c200

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@ jobs:
6565
if ! jq -e '.Root.Children["cropperJsInterop.min.js"]' "$json_path" > /dev/null; then
6666
error_messages+="For .NET $net_version: Key 'cropperJsInterop.min.js' does not exist.\n"
6767
fi
68-
if ! jq -e '.Root.Children["cropperJsInterop.js"]' "$json_path" > /dev/null; then
69-
error_messages+="For .NET $net_version: Key 'cropperJsInterop.js' does not exist.\n"
70-
fi
7168
if ! jq -e '.Root.Children["cropper.min.css"]' "$json_path" > /dev/null; then
7269
error_messages+="For .NET $net_version: Key 'cropper.min.css' does not exist.\n"
7370
fi

0 commit comments

Comments
 (0)