Skip to content

Commit

Permalink
Fix dry run credentials check (#3137)
Browse files Browse the repository at this point in the history
## Motivation and Context
- #3134 

we should make this a publisher subcommand as well
  • Loading branch information
rcoh authored Nov 2, 2023
1 parent c7f0d5d commit c8edefe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,9 @@ jobs:
echo "Crates to publish not found!"
exit 1
fi
# The following owner list command fails without a valid crates.io auth token
echo "Checking cargo auth token..."
cargo owner --list aws-smithy-types
# This version has already been yanked. This command succeeds if we have a token with permission to yank the crate.
cargo yank aws-sigv4 --version 0.55.0
else
publisher publish -y --location .
fi
Expand Down

0 comments on commit c8edefe

Please sign in to comment.