mirror of
https://github.com/binwiederhier/ntfy.git
synced 2024-11-22 19:33:27 +01:00
Remove check tags thing
This commit is contained in:
parent
4a3a0de198
commit
4cc53633d8
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -123,7 +123,7 @@ release-check-tags:
|
||||||
exit 1;\
|
exit 1;\
|
||||||
fi
|
fi
|
||||||
|
|
||||||
release: build-deps release-check-tags
|
release: build-deps
|
||||||
goreleaser release --rm-dist --debug
|
goreleaser release --rm-dist --debug
|
||||||
|
|
||||||
release-snapshot: build-deps
|
release-snapshot: build-deps
|
||||||
|
|
Loading…
Reference in a new issue