File tree Expand file tree Collapse file tree 4 files changed +7
-19
lines changed Expand file tree Collapse file tree 4 files changed +7
-19
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,8 @@ name: Release
22
33on :
44 push :
5- paths-ignore :
6- - ' website/**'
7- - ' **/*.md'
5+ paths :
6+ - ' **/src/**'
87 branches :
98 - master
109 workflow_dispatch :
@@ -101,6 +100,7 @@ jobs:
101100 ORG_GRADLE_PROJECT_sonatypeUsername : ${{ secrets.SONATYPE_NEXUS_USERNAME }}
102101 ORG_GRADLE_PROJECT_sonatypePassword : ${{ secrets.SONATYPE_NEXUS_PASSWORD }}
103102 strategy :
103+ fail-fast : false
104104 matrix :
105105 repository :
106106 - name : Github Packages
Original file line number Diff line number Diff line change 1111 version :
1212 value : ${{ jobs.resolve.outputs.version }}
1313 snapshot :
14- value : ${{ jobs.resolve.outputs.version }}
14+ value : ${{ jobs.resolve.outputs.snapshot }}
1515
1616concurrency :
1717 cancel-in-progress : true
6666 commit-message : ' [ci skip] New SNAPSHOT - ${{ env.SNAPSHOT_VERSION }}'
6767 branch : ci/version/${{ env.SNAPSHOT_VERSION }}
6868 delete-branch : true
69+ base : master
Original file line number Diff line number Diff line change @@ -76,3 +76,4 @@ implementation("org.reduxkotlin:redux-kotlin-thunk-jvm:_")
7676[badge- windows]: http: // img.shields.io/badge/platform-windows-informational.svg?style=flat
7777[badge- mac]: http: // img.shields.io/badge/platform-macos-lightgrey.svg?style=flat
7878[badge- mac]: http: // img.shields.io/badge/platform-macos-lightgrey.svg?style=flat
79+ [slack]: https: // kotlinlang.slack.com/archives/C8A8G5F9Q
Original file line number Diff line number Diff line change 66# ###
77# ### suppress inspection "SpellCheckingInspection" for whole file
88# ### suppress inspection "UnusedProperty" for whole file
9-
109# ======================================= Plugins ========================================
1110plugin.android =7.3.1
12-
1311version.com.github.jakemarsden..git-hooks-gradle-plugin =0.0.2
14-
1512version.io.github.gradle-nexus..publish-plugin =1.1.0
16-
1713version.detekt =1.22.0
18-
1914version.org.jetbrains.dokka..dokka-gradle-plugin =1.7.20
20-
2115# ====================================== Libraries =======================================
2216version.androidx.test.espresso =3.4.0
23-
2417version.androidx.test.rules =1.4.0
25-
2618version.androidx.test.runner =1.4.0
27-
2819version.kotlinx.serialization =1.3.3
29-
3020version.kotlinx.coroutines =1.6.4
31-
3221version.kotlin =1.8.0
33-
3422version.org.jetbrains.kotlinx..atomicfu =0.19.0
35-
3623version.org.jetbrains.kotlinx..atomicfu-gradle-plugin =0.19.0
37-
38- version.org.reduxkotlin..redux-kotlin =0.6.0-SNAPSHOT
24+ version.org.reduxkotlin..redux-kotlin =0.6.0
You can’t perform that action at this time.
0 commit comments