mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Rename dist
target to snapshot
This commit is contained in:
parent
28852ce7d7
commit
660f9c205b
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -89,6 +89,6 @@ release:
|
|||
git push origin v${V}
|
||||
.PHONY: release
|
||||
|
||||
dist:
|
||||
docker run -it -v $(PWD):/github/workspace -w /github/workspace bepsays/ci-goreleaser:1.14-1 goreleaser release --rm-dist --skip-publish --snapshot
|
||||
.PHONY: dist
|
||||
snapshot:
|
||||
docker run -it -v $(PWD):/workspace -w /workspace bepsays/ci-goreleaser:1.14-1 goreleaser release --rm-dist --skip-publish --snapshot
|
||||
.PHONY: snapshot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue