Skip to content

Commit 09d5cef

Browse files
committed
build: remove broken auto-grab release
1 parent 6b98a2d commit 09d5cef

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ deb:
2828
@echo Go grab a coffee...
2929
docker stop nyaa-deb || true
3030
docker rm nyaa-deb || true
31-
VERSION=$(VERSION) docker compose up
31+
cd scripts; VERSION=$(VERSION) docker compose up
3232
cp "scripts/docker-deb/nyaa-$(VERSION)-x86_64.deb" "release/$(VERSION)/"
3333

3434
gh:
35-
$(shell ./scripts/notes.sh) | gh release create v$(VERSION) release/$(VERSION)/* --draft -F - --title v$(VERSION) --latest
35+
gh release create v$(VERSION) release/$(VERSION)/* --draft --title v$(VERSION) --latest
3636

3737
changelog:
3838
@echo "Adds:"

scripts/notes.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)