Skip to content

Commit

Permalink
Update WorkFlow
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacakakpo1 committed Mar 8, 2024
1 parent 14cc1c5 commit fcf3ea5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/deploy-with-kmm-bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,10 @@ jobs:
id: outputversion
run: echo "${{ steps.autoversion.outputs.nextVersion }}"

- name: Create Tag
run: |
# Generate a new tag based on current time to ensure uniqueness
NEW_TAG=${{ steps.autoversion.outputs.nextVersion }}
# Create the tag
git tag $NEW_TAG
# Push the tag to the repository
git push origin $NEW_TAG
- uses: touchlab/autoversion-tagmarker@main
id: autoversion-tagmarker
with:
nextVersion: ${{ steps.autoversion.outputs.nextVersion }}

- uses: touchlab/autoversion-buildbranch@main
id: autoversion-buildbranch
Expand Down
4 changes: 3 additions & 1 deletion shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ plugins {
id("co.touchlab.kmmbridge") version "0.5.2"
id("maven-publish")
}
version = "0.6.1"

kmmbridge {
mavenPublishArtifacts()
manualVersions()
spm()
//cocoapodsTrunk()
//etc
Expand Down Expand Up @@ -37,7 +39,7 @@ kotlin {
name = "JanusMessageSDK"
summary = "Janus-message-sdk"
homepage = "Janus Message SDK to be used for both Android and iOS"
version = "0.6"
version = "0.6.1"
license = "{ :type => 'MIT', :file => 'LICENSE' }"
authors = "{ 'Telnyx' => '[email protected]' }"
source = "{ :git => 'https://github.com/team-telnyx/janus-message-sdk.git', :tag => '#{spec.version}' }"
Expand Down

0 comments on commit fcf3ea5

Please sign in to comment.