Skip to content

Commit

Permalink
docs: codespell tools/scripts/
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmoon79 committed Oct 22, 2022
1 parent b2947a1 commit 526149d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/scripts/release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,5 +151,5 @@ After a release, we can test all generated assets to ensure they work accurately
- Run Docker image
- Build Homebrew
- Build Terraform
- Run our multi architechture binaries
- Run our multi architecture binaries
- Esure all creates are published to crates.io
2 changes: 1 addition & 1 deletion tools/scripts/release/delete_draft.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ OWNER="build-trust"
USER_TYPE="orgs"

if [[ -z $TAG_NAME || $TAG_NAME != *"ockam_v"* ]]; then
echo "Invalid tag name, pleas set TAG_NAME variable"
echo "Invalid tag name, please set TAG_NAME variable"
exit 1
fi

Expand Down

0 comments on commit 526149d

Please sign in to comment.