Skip to content

Commit

Permalink
[build] bump to major release v0.1.1 → v1.0.0 (#13)
Browse files Browse the repository at this point in the history
* [ci/cd] github cd workflow with cargo publish

* [build] bump to major version v0.1.1 → v1.0.0

* [fix] syntax error in example docs

* [fix] missing name on cd step

* [fix] cargo fmt and clippy lint changes

* [fix] cd run cargo publish with env variable
  • Loading branch information
wilhelmagren committed Dec 19, 2023
1 parent 77b2773 commit c12bf67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Expand Up @@ -26,5 +26,5 @@ jobs:
command: check
- name: Cargo publish
run: cargo publish --token ${CRATES_TOKEN}
env:
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}
env:
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}

0 comments on commit c12bf67

Please sign in to comment.