mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-23 19:50:44 +01:00
use cargp publish instead of cargo smart-release
It definitely fits our use-case here better.
This commit is contained in:
@@ -115,7 +115,7 @@ ${gen_root_stamp}: $(MAKO_RENDER) ${' '.join(i[0] for i in sds)} ${api_json_inpu
|
||||
${api_target}: ${api_common}
|
||||
|
||||
${api_crate_publish_file}: ${api_target}
|
||||
cd ${gen_root} && cargo smart-release --execute --no-changelog -b keep --no-push
|
||||
cd ${gen_root} && cargo publish --allow-dirty
|
||||
@mkdir -p ${os.path.dirname(api_crate_publish_file)}
|
||||
touch $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user