Skip to content

Commit b2c2fb4

Browse files
authored
Merge pull request #3 from icerockdev/copilot/fix-ci-publishing-targets
2 parents a048ad5 + d42cd57 commit b2c2fb4

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,14 @@ on:
1111
jobs:
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

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
kotlinVersion = "2.1.10"
33
coroutinesVersion = "1.10.2"
4-
mokoStateVersion = "0.1.0"
4+
mokoStateVersion = "0.1.1"
55

66
[libraries]
77
coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutinesVersion" }

0 commit comments

Comments
 (0)