File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111jobs :
1212 publish :
1313 name : Publish library at mavenCentral
14- runs-on : ${{ matrix.os }}
14+ runs-on : macos-latest
1515 env :
1616 OSSRH_USER : ${{ secrets.OSSRH_USER }}
1717 OSSRH_KEY : ${{ secrets.OSSRH_KEY }}
1818 SIGNING_KEY_ID : ${{ secrets.SIGNING_KEYID }}
1919 SIGNING_PASSWORD : ${{ secrets.SIGNING_PASSWORD }}
2020 SIGNING_KEY : ${{ secrets.GPG_KEY_CONTENTS }}
2121
22- strategy :
23- matrix :
24- os : [ macos-latest, windows-latest, ubuntu-latest ]
2522 steps :
2623 - uses : actions/checkout@v4
2724 - name : Set up JDK 17
Original file line number Diff line number Diff line change 11[versions ]
22kotlinVersion = " 2.1.10"
33coroutinesVersion = " 1.10.2"
4- mokoStateVersion = " 0.1.0 "
4+ mokoStateVersion = " 0.1.1 "
55
66[libraries ]
77coroutines = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-core" , version.ref = " coroutinesVersion" }
You can’t perform that action at this time.
0 commit comments