mirror of https://github.com/smithy-lang/smithy-rs
Add missing arg to release publish step (#1511)
This commit is contained in:
parent
8dd03fdf7f
commit
a94b4b4e95
|
@ -91,5 +91,5 @@ jobs:
|
||||||
echo "Checking cargo auth token..."
|
echo "Checking cargo auth token..."
|
||||||
cargo owner --list aws-smithy-types
|
cargo owner --list aws-smithy-types
|
||||||
else
|
else
|
||||||
publisher publish --location .
|
publisher publish -y --location .
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue