mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-02 07:02:07 +01:00
Keep the set version, and force buidling the API, during publish
This commit is contained in:
@@ -115,8 +115,8 @@ ${gen_root_stamp}: $(MAKO_RENDER) ${' '.join(i[0] for i in sds)} ${api_json_inpu
|
||||
|
||||
${api_target}: ${api_common}
|
||||
|
||||
${api_crate_publish_file}:
|
||||
cd ${gen_root} && cargo smart-release --execute --no-changelog
|
||||
${api_crate_publish_file}: ${api_target}
|
||||
cd ${gen_root} && cargo smart-release --execute --no-changelog -b keep
|
||||
@mkdir -p ${os.path.dirname(api_crate_publish_file)}
|
||||
touch $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user