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..."
|
||||
cargo owner --list aws-smithy-types
|
||||
else
|
||||
publisher publish --location .
|
||||
publisher publish -y --location .
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue