Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Commit 5af8a6f

Browse files
committed
update workflow
1 parent f87731e commit 5af8a6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ on: workflow_dispatch
33

44
jobs:
55
call-kmmbridge-publish:
6-
uses: touchlab/KMMBridgeGithubWorkflow/.github/workflows/faktorybuildbranches.yml@v0.3
6+
uses: touchlab/KMMBridgeGithubWorkflow/.github/workflows/faktorybuildbranches.yml@v0.6
77
secrets:
88
PODSPEC_SSH_KEY: ${{ secrets.PODSPEC_SSH_KEY }}

shared/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ kmmbridge {
3434
mavenPublishArtifacts()
3535
githubReleaseVersions()
3636
spm()
37-
// cocoapods("[email protected]:touchlab/PublicPodspecs.git")
37+
cocoapods("[email protected]:touchlab/PublicPodspecs.git")
3838
versionPrefix.set("0.7")
3939
}

0 commit comments

Comments
 (0)