File tree Expand file tree Collapse file tree 3 files changed +3
-28
lines changed Expand file tree Collapse file tree 3 files changed +3
-28
lines changed Original file line number Diff line number Diff line change 1616 steps :
1717 - uses : actions/checkout@v2
1818
19- - name : Publish macOS artifacts Snapshot
20- id : publish-macos
21- if : matrix.os == 'macos-latest'
22- env :
23- SONATYPE_NEXUS_USERNAME : ${{ secrets.SONATYPE_NEXUS_USERNAME }}
24- SONATYPE_NEXUS_PASSWORD : ${{ secrets.SONATYPE_NEXUS_PASSWORD }}
25- GPG_SECRET : ${{ secrets.GPG_SECRET }}
26- GPG_SIGNING_PASSWORD : ${{ secrets.GPG_SIGNING_PASSWORD }}
27- SNAPSHOT : ' TRUE'
28- run : ./gradlew publish
29-
30- - name : Publish windows artifacts Snapshot
31- id : publish-win
32- if : matrix.os == 'windows-latest'
33- env :
34- SONATYPE_NEXUS_USERNAME : ${{ secrets.SONATYPE_NEXUS_USERNAME }}
35- SONATYPE_NEXUS_PASSWORD : ${{ secrets.SONATYPE_NEXUS_PASSWORD }}
36- GPG_SECRET : ${{ secrets.GPG_SECRET }}
37- GPG_SIGNING_PASSWORD : ${{ secrets.GPG_SIGNING_PASSWORD }}
38- SNAPSHOT : ' TRUE'
39- run : ./gradlew publish
40-
41- - name : Publish linux artifacts Snapshot
42- id : publish-linux
43- if : matrix.os == 'ubuntu-latest'
19+ - name : Publish snapshot artifacts
4420 env :
4521 SONATYPE_NEXUS_USERNAME : ${{ secrets.SONATYPE_NEXUS_USERNAME }}
4622 SONATYPE_NEXUS_PASSWORD : ${{ secrets.SONATYPE_NEXUS_PASSWORD }}
Original file line number Diff line number Diff line change 2424 - name : Archive redux-kotlin-threadsafe Test Reports
2525 uses : actions/upload-artifact@v1
2626 with :
27- name : redux-kotlin-threadsafe_test_reports
28- path : redux-kotlin-threadsafe /build/reports/tests
27+ name : redux-kotlin-thunk_test_reports
28+ path : redux-kotlin-thunk /build/reports/tests
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ apply plugin: 'kotlin-multiplatform'
77archivesBaseName = ' redux-kotlin-thunk'
88
99group ' org.reduxkotlin'
10- version ' 0.5.3'
1110
1211kotlin {
1312 jvm()
You can’t perform that action at this time.
0 commit comments