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