Skip to content

Commit 0dc0bb3

Browse files
authored
fix(lazer-publisher-sdk): Allow dirty for publishing #2601
1 parent 3a4056d commit 0dc0bb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lazer/publisher_sdk/rust/publish.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ replace_mod_protobuf('${PACKAGE_DIR}/src/lib.rs')
3535
"
3636

3737
echo "publishing package"
38-
cargo publish --token ${CARGO_REGISTRY_TOKEN}
38+
cargo publish --token ${CARGO_REGISTRY_TOKEN} --allow-dirty

0 commit comments

Comments
 (0)