2121 - ' !docs/**'
2222 merge_group :
2323 types : [checks_requested]
24-
24+
2525 repository_dispatch :
2626 types : [ ci-release ]
2727
4343 prepare :
4444 name : Prepare
4545 uses : ./.github/workflows/_prepare.yml
46-
46+
4747 build :
4848 name : Build & Package
4949 needs : [ prepare ]
@@ -135,11 +135,11 @@ jobs:
135135 uses : ./.github/actions/artifacts-restore
136136 -
137137 name : Attetstation
138- if : ${{ github.event_name == 'repository_dispatch' }}
138+ if : github.event_name == 'repository_dispatch'
139139 uses : ./.github/actions/artifacts-attest
140140 -
141141 name : DockerHub Publish Readme
142- if : ${{ github.event_name == 'repository_dispatch' }}
142+ if : github.event_name == 'repository_dispatch'
143143 shell : pwsh
144144 run : dotnet run/docker.dll --target=DockerHubReadmePublish
145145 env :
@@ -151,10 +151,10 @@ jobs:
151151 run : dotnet run/release.dll --target=PublishRelease
152152 -
153153 name : ' [Publish Release]'
154- if : ${{ github.event_name == 'repository_dispatch' }}
154+ if : github.event_name == 'repository_dispatch'
155155 uses : peter-evans/repository-dispatch@v4
156156 with :
157157 token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
158158 repository : ${{ github.repository }}
159159 event-type : publish-release
160- client-payload : ' {"ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "tag": "${{ github.event.client_payload.tag }}"}'
160+ client-payload : ' {"ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "tag": "${{ github.event.client_payload.tag }}"}'
0 commit comments