diff --git a/.github/workflows/build-example-datapack.yaml b/.github/workflows/build-example-datapack.yaml index b1e5aca3..9b97a409 100644 --- a/.github/workflows/build-example-datapack.yaml +++ b/.github/workflows/build-example-datapack.yaml @@ -4,7 +4,11 @@ on: push: paths: - src/testmod/resources/** + - .github/workflows/build-example-datapack.yaml - .github/workflows/update-readme.yaml + branches: + - "*.*-2.0" + workflow_dispatch: jobs: diff --git a/gradle.properties b/gradle.properties index 6091efc5..1f5d59b6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ org.gradle.jvmargs=-Xmx1G # Mod Properties mod_version = 2.1.4 - mod_release = beta + mod_release = release mod_mc_version_specifier = 1.17 mod_mc_versions = 1.17;1.17.1 mod_id = nbtcrafting