From b083cfbee8938a4d34e50585e27c283bb17d92b9 Mon Sep 17 00:00:00 2001 From: isaacakakpo1 Date: Sun, 7 Apr 2024 12:29:29 +0000 Subject: [PATCH] Update WorkFlow --- .github/workflows/deploy-with-kmm-bridge.yml | 8 ++++---- jitpack.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy-with-kmm-bridge.yml b/.github/workflows/deploy-with-kmm-bridge.yml index 28a23ae..750b61f 100644 --- a/.github/workflows/deploy-with-kmm-bridge.yml +++ b/.github/workflows/deploy-with-kmm-bridge.yml @@ -97,7 +97,7 @@ jobs: path: ${{ github.workspace }}/JanusMessageSdk.xcframework.zip - name: Create Tag - if: github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/develop' run: | git config user.name "${{ github.actor }}" git config user.email "${{ github.actor }}@users.noreply.github.com" @@ -105,7 +105,7 @@ jobs: git push origin ${{ steps.autoversion.outputs.nextVersion }} - name: Create Release - if: github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/develop' id: create_release uses: actions/create-release@v1 env: @@ -116,7 +116,7 @@ jobs: body: Updates for ${{ steps.autoversion.outputs.nextVersion }} - name: Attach Artifact to Release - if: github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/develop' uses: actions/upload-release-asset@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -127,7 +127,7 @@ jobs: asset_content_type: application/zip - name: Push to CocoaPods - if: github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/develop' run: ./gradlew pushRemotePodspec diff --git a/jitpack.yml b/jitpack.yml index 9fc8234..f5fdf63 100644 --- a/jitpack.yml +++ b/jitpack.yml @@ -1,5 +1,5 @@ install: - FILE="-Dfile=shared-release.aar" - - mvn install:install-file $FILE -DgroupId=com.telnyx.janusmessagesdk -DartifactId=shared-android -Dversion=-0.7.26 -Dpackaging=aar -DpomFile=pom.xml + - mvn install:install-file $FILE -DgroupId=com.telnyx.janusmessagesdk -DartifactId=shared-android -Dversion=-0.7.28 -Dpackaging=aar -DpomFile=pom.xml jdk: - openjdk17 \ No newline at end of file