From 50c49625d4531901943859a4559511f98936e53b Mon Sep 17 00:00:00 2001 From: Derek Date: Fri, 11 Apr 2025 22:52:43 +0000 Subject: [PATCH] Update .forgejo/workflows/test.yml --- .forgejo/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 2a7c189..284a383 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -64,7 +64,8 @@ jobs: - name: Build the mod run: ./gradlew --build-cache --info --stacktrace -PmavenPublishUrl='${{ env.MAVEN_PUBLISHING_URL }}' assemble - + - name: Install GitHub CLI because this img sux + run: curl -fsSL https://cli.github.com/install.sh | sh # Continue on error in the following steps to make sure releases still get made even if one of the methods fails - name: Delete old release if it already exists