Unverified Commit a94b4b4e authored by John DiSanti's avatar John DiSanti Committed by GitHub
Browse files

Add missing arg to release publish step (#1511)

parent 8dd03fdf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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