diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 30f1f50..450f307 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,7 @@ on: jobs: publish: name: Publish - runs-on: macos-latest + runs-on: macos-11.0 steps: - name: Checkout the repo uses: actions/checkout@v2 @@ -25,6 +25,8 @@ jobs: run: | [[ $GITHUB_REF == refs/heads/${{ github.event.inputs.confirmBranch }} ]] || exit 1 - name: Build the framework + env: + GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: ./scripts/build.sh - name: Publish the library uses: wultra/library-deploy@develop diff --git a/Cartfile.resolved b/Cartfile.resolved index c198c2f..2d24cfd 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1 +1 @@ -github "wultra/powerauth-mobile-sdk" "1.6.1" +github "wultra/powerauth-mobile-sdk" "1.6.2"