summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseancarroll <seanc28@gmail.com>2021-03-22 19:51:48 -0500
committerseancarroll <seanc28@gmail.com>2021-03-22 19:51:48 -0500
commitd0490675e60adea4202cf61d96dd4b1e1d4abd3e (patch)
tree19cfca4a912f3ef0e8debdbadd1fe789424cef67
parenta9e9573fbc555cb650cdf658ef2c07e113154383 (diff)
downloaddotavious-d0490675e60adea4202cf61d96dd4b1e1d4abd3e.zip
update CI workflow name
-rw-r--r--.github/workflows/CI.yml (renamed from .github/workflows/rust.yml)6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/CI.yml
index 7ae98f3..d4ed039 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/CI.yml
@@ -1,4 +1,4 @@
-name: Rust
+name: CI
on:
push:
@@ -20,3 +20,7 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
+ - name: Publish
+ run: |
+ cargo login ${{ secrets.CARGO_API_KEY }}
+ cargo publish