mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
Update publish script
This commit is contained in:
5
Makefile
5
Makefile
@ -23,9 +23,14 @@ docker:
|
||||
#
|
||||
# Run goreleaser to build and upload release binaries
|
||||
#
|
||||
V =
|
||||
.PHONY: release
|
||||
release:
|
||||
test -n "$(V)" # Version is required
|
||||
- git tag --delete v$(V)
|
||||
git tag v$(V)
|
||||
goreleaser --rm-dist
|
||||
git push origin --tags
|
||||
|
||||
#
|
||||
# Pull GolangCI-Lint dependency
|
||||
|
Reference in New Issue
Block a user