We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3babc6f commit d8b2303Copy full SHA for d8b2303
.github/workflows/version-bump-util.yml
@@ -18,7 +18,6 @@ on:
18
- "./Sources/Configuration/SDK.xcconfig"
19
- "./Sources/Configuration/Versioning.xcconfig"
20
- "./Sources/Configuration/SentrySwiftUI.xcconfig"
21
- - "./Samples/Shared/Config/Versioning.xcconfig"
22
- "./scripts/bump.sh"
23
24
jobs:
Utils/VersionBump/main.swift
@@ -50,8 +50,7 @@ let files = [
50
let restrictFiles = [
51
"./Sources/Configuration/SDK.xcconfig",
52
"./Sources/Configuration/Versioning.xcconfig",
53
- "./Sources/Configuration/SentrySwiftUI.xcconfig",
54
- "./Samples/Shared/Config/Versioning.xcconfig"
+ "./Sources/Configuration/SentrySwiftUI.xcconfig"
55
]
56
57
let args = CommandLine.arguments
0 commit comments