Add missing arg to release publish step (#1511)

This commit is contained in:
John DiSanti 2022-06-29 12:57:58 -07:00 committed by GitHub
parent 8dd03fdf7f
commit a94b4b4e95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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