Skip to content

Commit

Permalink
Release to distribworks repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Castell committed Nov 20, 2019
1 parent 0ee6623 commit 5ed30b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ LINUX_PKGS := $(wildcard dist/*.deb) $(wildcard dist/*.rpm)
.PHONY: fury $(LINUX_PKGS)
fury: $(LINUX_PKGS)
$(LINUX_PKGS):
fury push $@
fury push --as distribworks $@

.PHONY: goreleaser
goreleaser:
Expand Down

0 comments on commit 5ed30b6

Please sign in to comment.