Skip to content

Commit 815fdbb

Browse files
authored
chore: kickoff release
2 parents c690a67 + 567ea13 commit 815fdbb

File tree

4 files changed

+18
-17
lines changed

4 files changed

+18
-17
lines changed

.github/workflows/issue_comment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121

2222
adjust-labels:
2323
runs-on: ubuntu-latest
24+
if: ${{ github.event.issue.state == 'open' }}
2425
permissions:
2526
issues: write
2627
env:

HostApp/HostApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.resolved

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
targets: ["FaceLiveness"]),
1414
],
1515
dependencies: [
16-
.package(url: "https://github.com/aws-amplify/amplify-swift", exact: "2.38.0")
16+
.package(url: "https://github.com/aws-amplify/amplify-swift", exact: "2.42.1")
1717
],
1818
targets: [
1919
.target(

0 commit comments

Comments
 (0)