File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 1111 published, it will do nothing.
1212 required : false
1313 default : false
14-
1514permissions :
1615 contents : write
1716 pull-requests : write
18-
1917name : release-please
20-
2118jobs :
2219 release-please :
2320 runs-on : ubuntu-latest
3633 with :
3734 command : manifest
3835 token : ${{ steps.generate_token.outputs.token }}
39-
4036 publish-crates :
4137 runs-on : ubuntu-latest
4238 # run only if release-please had released a new version
4642 if : needs.release-please.outputs.releases_created == 'true' || github.event.inputs.force_publish == 'true'
4743 steps :
4844 - uses : actions/checkout@v3
49- - name : Install protobuf compiler
50- run : apt-get update && apt-get install protobuf-compiler -y
45+ - name : Install system dependencies
46+ run : apt-get update && apt-get install -y protobuf-compiler libsasl2-dev
5147 - uses : actions/cache@v3
5248 with :
5349 path : |
6157 # `--no-remove-dev-deps` is a workaround for https://github.com/pksunkara/cargo-workspaces/issues/103
6258 run : cargo workspaces publish --from-git --no-remove-dev-deps -y
6359 env :
64- CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
60+ CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
You can’t perform that action at this time.
0 commit comments