We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67cacf0 commit 251c4d7Copy full SHA for 251c4d7
.github/workflows/release.yml
@@ -124,7 +124,7 @@ jobs:
124
name: Publish to Maven Central
125
runs-on: ubuntu-latest
126
needs: [ validate, release ]
127
- if: github.repository == 'clojang/clojog'
+ if: github.repository == 'clojang/gradldromus'
128
129
steps:
130
- name: Checkout code
build.gradle.kts
@@ -15,7 +15,7 @@ plugins {
15
}
16
17
group = "io.github.clojang"
18
-version = "0.3.19"
+version = "0.3.20"
19
20
// Make version catalog values available via ext properties
21
ext {
0 commit comments