Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
houseme committed Sep 5, 2024
1 parent bb27f5d commit 4976f7e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,13 @@ jobs:
uses: actions/checkout@v4
- name: Install rust
uses: dtolnay/rust-toolchain@stable
- name: Run cargo login token
run: echo ${{ secrets.CRATES_IO_TOKEN }}
- name: Run cargo login
uses: actions-rs/cargo@v1
with:
command: login
args: ${{ secrets.CRATES_IO_TOKEN }}
args: ${{ secrets.CRATES_IO_TOKEN }} --registry crates-io
- name: Run cargo publish
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 4976f7e

Please sign in to comment.