Skip to content

Commit

Permalink
fix: update spm dependency version (#280)
Browse files Browse the repository at this point in the history
* fix: update spm dependency version

* ci: workflow_run 并不能沿用上一个 workflow 的上下文
  • Loading branch information
YoloMao authored Oct 11, 2023
1 parent a231653 commit 31eeaa7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/spm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ name: SPM
on:
push:
branches: [ master ]
workflow_run:
workflows: [Code Format]
types:
- completed

jobs:
autotracker-build-iOS:
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ let package = Package(
),
.package(
url: "https://github.com/growingio/growingio-sdk-ios-performance-ext.git",
"0.0.16" ..< "1.0.0"
"1.0.0" ..< "2.0.0"
),
.package(
url: "https://github.com/apple/swift-protobuf.git",
Expand Down

0 comments on commit 31eeaa7

Please sign in to comment.