File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -789,6 +789,7 @@ jobs:
789
789
permissions :
790
790
contents : read
791
791
id-token : write
792
+ attestations : write
792
793
793
794
uses : ./.github/workflows/swift-toolchain.yml
794
795
with :
@@ -871,6 +872,7 @@ jobs:
871
872
permissions :
872
873
contents : read
873
874
id-token : write
875
+ attestations : write
874
876
875
877
uses : ./.github/workflows/swift-toolchain.yml
876
878
with :
@@ -933,6 +935,7 @@ jobs:
933
935
ANDROID_NDK_VERSION : ${{ needs.context.outputs.ANDROID_NDK_VERSION }}
934
936
CMAKE_Swift_FLAGS : ${{ needs.context.outputs.DARWIN_CMAKE_Swift_FLAGS }}
935
937
debug_info : ${{ fromJSON(needs.context.outputs.debug_info) }}
938
+ release : false
936
939
signed : ${{ fromJSON(needs.context.outputs.signed) }}
937
940
swift_version : ${{ needs.context.outputs.swift_version }}
938
941
swift_tag : ${{ needs.context.outputs.swift_tag }}
You can’t perform that action at this time.
0 commit comments