mirror of
https://github.com/strongdm/comply
synced 2025-02-22 10:44:44 +00:00
abort releases
This commit is contained in:
parent
85fc120c23
commit
a5b2780b3c
3
Makefile
3
Makefile
@ -60,6 +60,9 @@ cleanse:
|
|||||||
git gc --aggressive --prune=all
|
git gc --aggressive --prune=all
|
||||||
|
|
||||||
release: dist release-deps
|
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"))
|
$(eval VERSION := $(shell git describe --tags --always --dirty="-dev"))
|
||||||
github-release release \
|
github-release release \
|
||||||
--security-token $$GH_LOGIN \
|
--security-token $$GH_LOGIN \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user