File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 push :
77 branches :
88 - main
9+ workflow_dispatch :
10+ inputs :
11+ force_cloudflare_deploy :
12+ description : ' Force publish the cloudflare deployer image (use when release tag was created but publish job was skipped)'
13+ type : boolean
14+ default : false
915
1016permissions :
1117 contents : write
3844
3945 publish-cloudflare-deployer-image :
4046 needs : release
41- if : ${{ needs.release.outputs.cloudflare_resolver_release_created == 'true' }}
47+ if : ${{ needs.release.outputs.cloudflare_resolver_release_created == 'true' || inputs.force_cloudflare_deploy == true }}
4248 runs-on : ubuntu-latest
4349 permissions :
4450 contents : read
Original file line number Diff line number Diff line change 2323 "changelog-path" : " CHANGELOG.md" ,
2424 "initial-version" : " 0.1.0"
2525 },
26- "rust-guest" : {
26+ "wasm/ rust-guest" : {
2727 "path" : " wasm/rust-guest" ,
2828 "release-type" : " rust" ,
2929 "changelog-path" : " CHANGELOG.md" ,
You can’t perform that action at this time.
0 commit comments