Skip to content

Commit

Permalink
Merge pull request #11 from tailcallhq/fix/publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ssddOnTop authored Oct 16, 2024
2 parents 092858d + 3369061 commit 6658472
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,8 @@ jobs:
- name: Install Rust Toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Log in to Crates.io
run: echo ${{ secrets.CARGO_REGISTRY_TOKEN }} | cargo login

- name: Publish to Crates.io
run: cargo publish --token ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit 6658472

Please sign in to comment.