diff --git a/.github/workflows/release-tags.yml b/.github/workflows/release-tags.yml index 9450536..1e91d72 100644 --- a/.github/workflows/release-tags.yml +++ b/.github/workflows/release-tags.yml @@ -55,7 +55,7 @@ jobs: run: ./gradlew --build-cache --info --stacktrace -PmavenPublishUrl='${{ env.MAVEN_PUBLISHING_URL }}' ${{ inputs.workspace }} - name: Build the mod - run: ./gradlew --build-cache --info --stacktrace -PmavenPublishUrl='${{ env.MAVEN_PUBLISHING_URL }}' build + run: ./gradlew --build-cache --info --stacktrace -PmavenPublishUrl='${{ env.MAVEN_PUBLISHING_URL }}' assemble # Continue on error in the following steps to make sure releases still get made even if one of the methods fails