mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2025-12-29 23:55:52 +01:00
fix(publish): make cli publishing work
It really needs allow-dirty. Let's hope that won't publish too much.
This commit is contained in:
@@ -100,7 +100,7 @@ ${gen_root_stamp}: ${' '.join(i[0] for i in sds)} ${' '.join(lib_files)} ${api_j
|
||||
${api_target}: ${api_common}
|
||||
|
||||
${api_crate_publish_file}:
|
||||
cd ${gen_root} && cargo publish
|
||||
cd ${gen_root} && cargo publish --allow-dirty
|
||||
@mkdir -p ${os.path.dirname(api_crate_publish_file)}
|
||||
touch $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user