diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e0eb6bb..b46b42f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: Release on: [ workflow_dispatch ] jobs: - build: + release: runs-on: ubuntu-20.04 container: image: adoptopenjdk:16-jdk @@ -14,7 +14,7 @@ jobs: with: distribution: adopt java-version: 16 - - run: "./gradlew build :forge:modrinth :fabric:modrinth :forge:publish :fabric:publish --no-daemon" + - run: "./gradlew build :forge:modrinth :fabric:modrinth publish --no-daemon" env: MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }} MAVEN_URL: "https://maven.waffle.coffee/releases" diff --git a/.github/workflows/snapshot_publish.yml b/.github/workflows/snapshot_publish.yml index 230c3e9..cac442d 100644 --- a/.github/workflows/snapshot_publish.yml +++ b/.github/workflows/snapshot_publish.yml @@ -6,7 +6,7 @@ on: - 1.* jobs: - build: + snapshot_publish: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 diff --git a/gradle.properties b/gradle.properties index 47e3191..feef257 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,8 +6,11 @@ mc_version=1.17.1 mc_version_major=1.17 mod_version=2.3.2 -release_title= -changeLog= +release_title=Add Forge release & fix vault alignment +changeLog=**Empire Minecraft Utilities v2.3.2 for 1.17.1 and 1.18-rc1 is now released! "Add Forge release & fix vault alignment"**\n\n\ + Surprise! Between now and the last release, emcutils has been ported to Architectury. What this means is that the mod can now support Forge and Fabric simultaneously.\n\n\ + As a result, Architectury API is now required. It can be downloaded for [Fabric](https://www.curseforge.com/minecraft/mc-mods/architectury-fabric) or [Forge](https://www.curseforge.com/minecraft/mc-mods/architectury-forge).\n\n\ + This release also fixes a bug where the highlights for the vault were misaligned with the actual location of the slots. Have fun! # https://fabricmc.net/versions.html yarn_mappings=64