Skip to content

Commit

Permalink
GliaWidgets SDK Release 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yurii-glia committed Jun 4, 2024
1 parent ec9bf09 commit 092c467
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/prepare-xcframework-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,10 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
branch: "release/${{ steps.fetch_semver.outputs.semver}}"
base: "master"
title: 'GliaWidgets SDK Release ${{ steps.fetch_semver.outputs.semver}}'
commit-message: |
GliaWidgets SDK Release ${{ steps.fetch_semver.outputs.semver}}
reviewers: 'tm-mobile-ios'
team-reviewers: 'tm-mobile-ios'

- uses: actions/create-release@v1
id: create_release
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ let package = Package(
),
.binaryTarget(
name: "GliaWidgetsSDKXcf",
url: "https://github.com/salemove/ios-sdk-widgets/releases/download/${WIDGETS_SDK_SEMVER}/GliaWidgetsXcf.xcframework.zip",
checksum: "${WIDGETS_SDK_CHECKSUM}"
url: "https://github.com/salemove/ios-sdk-widgets/releases/download/2.6.0/GliaWidgetsXcf.xcframework.zip",
checksum: "4576caf383a972942c28dfb51181dffb06988fe11e85d18acbc78138a203ff15"
),
.target(
name: "GliaWidgets",
Expand Down
1 change: 1 addition & 0 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ SPEC REPOS:
- AccessibilitySnapshot
- SnapshotTesting
trunk:
- AccessibilitySnapshot
- GliaCoreDependency
- GliaCoreSDK
- SwiftLint
Expand Down

0 comments on commit 092c467

Please sign in to comment.