Skip to content

Commit

Permalink
Adding --publish flag
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanhay committed Feb 5, 2019
1 parent 577b824 commit d465706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/library.mk
Expand Up @@ -8,7 +8,7 @@ sdist:
cabal sdist

upload:
cabal upload dist/$(NAME)-$(VERSION).tar.gz || true
cabal upload --publish dist/$(NAME)-$(VERSION).tar.gz || true

upload-docs:
PACKAGE=$(NAME) ../script/hackage-documentation

0 comments on commit d465706

Please sign in to comment.