Skip to content

Commit 251c4d7

Browse files
committed
Bump version to 0.3.20 and update repository name in release workflow
1 parent 67cacf0 commit 251c4d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
name: Publish to Maven Central
125125
runs-on: ubuntu-latest
126126
needs: [ validate, release ]
127-
if: github.repository == 'clojang/clojog'
127+
if: github.repository == 'clojang/gradldromus'
128128

129129
steps:
130130
- name: Checkout code

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ plugins {
1515
}
1616

1717
group = "io.github.clojang"
18-
version = "0.3.19"
18+
version = "0.3.20"
1919

2020
// Make version catalog values available via ext properties
2121
ext {

0 commit comments

Comments
 (0)