Update .forgejo/workflows/test.yml

This commit is contained in:
Derek 2025-04-11 22:52:43 +00:00
parent 1d046d27fe
commit 50c49625d4

View file

@ -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