Skip to content

Commit

Permalink
save script
Browse files Browse the repository at this point in the history
  • Loading branch information
levkk committed Nov 16, 2024
1 parent d738dc9 commit abc92a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/check_publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@ else
echo "All checks passed, publishing crate"
fi

if [[ ! -z "${CRATES_IO_TOKEN}" ]]; then
cargo login "${CRATES_IO_TOKEN}"
fi

cargo publish

0 comments on commit abc92a9

Please sign in to comment.