We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e1e709 commit 747d048Copy full SHA for 747d048
.github/workflows/publish.yml
@@ -34,4 +34,4 @@ jobs:
34
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
35
CHANGELOG: ${{ github.event.release.body }}
36
with:
37
- arguments: build modrinth --stacktrace
+ arguments: modrinth --stacktrace
build.gradle.kts
@@ -7,7 +7,7 @@ plugins {
7
}
8
9
group = "dev.jsinco.brewery.garden"
10
-version = "BX3.4.5#2"
+version = "BX3.4.5-RV2"
11
12
repositories {
13
mavenCentral()
0 commit comments