Skip to content

Commit e3bb108

Browse files
committed
Merge branch 'master' of github.com:reduxkotlin/redux-kotlin
2 parents 5ab4fdd + d239402 commit e3bb108

File tree

4 files changed

+1
-6
lines changed

4 files changed

+1
-6
lines changed

.github/workflows/publish_snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
GPG_SECRET: ${{ secrets.GPG_SECRET }}
4545
GPG_SIGNING_PASSWORD: ${{ secrets.GPG_SIGNING_PASSWORD }}
4646
SNAPSHOT: 'TRUE'
47-
run: ./gradlew publishSnapShot
47+
run: ./gradlew publish

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Redux-Kotlin
22

3-
[![CircleCI](https://circleci.com/gh/reduxkotlin/redux-kotlin.svg?style=svg)](https://circleci.com/gh/reduxkotlin/redux-kotlin)
43
![CI](https://github.com/reduxkotlin/redux-kotlin/workflows/CI/badge.svg)
54

65
![badge][badge-android]

lib-threadsafe/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,5 +123,3 @@ jvmTest {
123123
includeEngines 'spek2'
124124
}
125125
}
126-
127-
publishSnapshot.finalizedBy publish

lib/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,5 +138,3 @@ jvmTest {
138138
includeEngines 'spek2'
139139
}
140140
}
141-
142-
publishSnapshot.finalizedBy publish

0 commit comments

Comments
 (0)