File tree Expand file tree Collapse file tree 4 files changed +1
-6
lines changed Expand file tree Collapse file tree 4 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 ]
Original file line number Diff line number Diff line change @@ -123,5 +123,3 @@ jvmTest {
123123 includeEngines ' spek2'
124124 }
125125}
126-
127- publishSnapshot. finalizedBy publish
Original file line number Diff line number Diff line change @@ -138,5 +138,3 @@ jvmTest {
138138 includeEngines ' spek2'
139139 }
140140}
141-
142- publishSnapshot. finalizedBy publish
You can’t perform that action at this time.
0 commit comments