Skip to content

Commit 8a70e72

Browse files
committed
Snapshot 1.1.5-SNAPSHOT
1 parent f2e7ec4 commit 8a70e72

File tree

3 files changed

+2
-30
lines changed

3 files changed

+2
-30
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
name: Publish Multification Release
1+
name: Publish Multification
22
on:
33
release:
44
branches: [ master ]
5-
types: [ published ]
65
jobs:
76
publish:
87
runs-on: ubuntu-latest

.github/workflows/publish-snapshot.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

buildSrc/src/main/kotlin/multification-publish.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "com.eternalcode"
7-
version = "1.1.4"
7+
version = "1.1.5-SNAPSHOT"
88

99
java {
1010
withSourcesJar()

0 commit comments

Comments
 (0)