Skip to content

Commit

Permalink
build: remove broken auto-grab release
Browse files Browse the repository at this point in the history
  • Loading branch information
Beastwick18 committed Apr 4, 2024
1 parent 6b98a2d commit 09d5cef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ deb:
@echo Go grab a coffee...
docker stop nyaa-deb || true
docker rm nyaa-deb || true
VERSION=$(VERSION) docker compose up
cd scripts; VERSION=$(VERSION) docker compose up
cp "scripts/docker-deb/nyaa-$(VERSION)-x86_64.deb" "release/$(VERSION)/"

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

changelog:
@echo "Adds:"
Expand Down
3 changes: 0 additions & 3 deletions scripts/notes.sh

This file was deleted.

0 comments on commit 09d5cef

Please sign in to comment.