Skip to content

Commit

Permalink
Remove versions.json check since it's created earlier in the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkfranz committed Jul 16, 2024
1 parent 3441bf0 commit f23ca8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/pre_release_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if [ "$current_branch" = "unstable" ] || [ "$current_branch" = "master" ]; then
echo "Starting to check changed files"

# List the files to check
files_to_check=("documentation/index.html" "documentation/js/cytoscape.min.js" "documentation/versions.json" "dist/cytoscape.umd.js")
files_to_check=("documentation/index.html" "documentation/js/cytoscape.min.js" "dist/cytoscape.umd.js")

echo "Files initialized"

Expand Down

0 comments on commit f23ca8c

Please sign in to comment.