Skip to content

Commit

Permalink
Merge pull request #1788 from obophenotype/add-cp-merged_import-to-ma…
Browse files Browse the repository at this point in the history
…kefile

Change deploy_release to use release_assets instead of assets
  • Loading branch information
shawntanzk authored Jan 9, 2023
2 parents 099894c + 436c728 commit 7683bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ontology/cl.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ release-diff:
$(ROBOT) diff --labels True -f markdown --left-iri http://purl.obolibrary.org/obo/cl.owl --right ../../cl.owl --output diffs/$(ONT)-diff.md

FILTER_OUT=../patterns/definitions.owl ../patterns/pattern.owl reports/cl-edit.owl-obo-report.tsv
MAIN_FILES_RELEASE = $(foreach n, $(filter-out $(FILTER_OUT), $(ASSETS)), ../../$(n))
MAIN_FILES_RELEASE = $(foreach n, $(filter-out $(FILTER_OUT), $(RELEASE_ASSETS)), ../../$(n))

deploy_release:
@test $(GHVERSION)
Expand Down

0 comments on commit 7683bf3

Please sign in to comment.