1
0
mirror of https://github.com/strongdm/comply synced 2024-07-02 23:14:22 +00:00

abort releases

This commit is contained in:
Justin McCarthy 2018-05-11 13:34:34 -07:00
parent 85fc120c23
commit a5b2780b3c
No known key found for this signature in database
GPG Key ID: 900437410E142A48

View File

@ -60,6 +60,9 @@ cleanse:
git gc --aggressive --prune=all
release: dist release-deps
ifndef GH_LOGIN
$(error GH_LOGIN must be set to a valid GitHub token)
endif
$(eval VERSION := $(shell git describe --tags --always --dirty="-dev"))
github-release release \
--security-token $$GH_LOGIN \