Skip to content

Commit 912b920

Browse files
committed
Merge branch 'hotfix/0.16.2'
2 parents 4c7007f + 7f50040 commit 912b920

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Makefile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,7 @@ ifeq ($(BUNDLE_RUNTIME), yes)
100100
@github-release upload --user pauldotknopf --repo darch --tag $(TAG) --name $(DESTINATION_BUNDLE_FILE_NAME_WITH_RUNTIME) --file output/$(DESTINATION_BUNDLE_FILE_NAME_WITH_RUNTIME)
101101
endif
102102
@echo "updating aur"
103-
@echo "---"
104-
@echo $(VERSION)
105-
@echo $(TAG)
106-
@echo $(TRAVIS_TAG)
107-
@echo "---"
108-
. ./scripts/aur/deploy-aur $(VERSION)
103+
scripts/aur/deploy-aur $(VERSION)
109104
else
110105
@echo "not a tagged build, skipping release"
111106
endif

0 commit comments

Comments
 (0)