add cargo login

This commit is contained in:
Amber
2020-08-26 15:12:26 -04:00
committed by GitHub
parent 30406b07b0
commit acb296968c

View File

@@ -18,5 +18,8 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: cargo login
env: TOKEN:${{ secrets.cratelogin }}
run: cargo login TOKEN
- name: publish
run: cargo publish --verbose