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:
789789 permissions :
790790 contents : read
791791 id-token : write
792+ attestations : write
792793
793794 uses : ./.github/workflows/swift-toolchain.yml
794795 with :
@@ -871,6 +872,7 @@ jobs:
871872 permissions :
872873 contents : read
873874 id-token : write
875+ attestations : write
874876
875877 uses : ./.github/workflows/swift-toolchain.yml
876878 with :
@@ -933,6 +935,7 @@ jobs:
933935 ANDROID_NDK_VERSION : ${{ needs.context.outputs.ANDROID_NDK_VERSION }}
934936 CMAKE_Swift_FLAGS : ${{ needs.context.outputs.DARWIN_CMAKE_Swift_FLAGS }}
935937 debug_info : ${{ fromJSON(needs.context.outputs.debug_info) }}
938+ release : false
936939 signed : ${{ fromJSON(needs.context.outputs.signed) }}
937940 swift_version : ${{ needs.context.outputs.swift_version }}
938941 swift_tag : ${{ needs.context.outputs.swift_tag }}
You can’t perform that action at this time.
0 commit comments