Update .forgejo/workflows/test.yml
This commit is contained in:
parent
1d046d27fe
commit
50c49625d4
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue