Skip to content

Commit

Permalink
Fix arguments for publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharparam committed Aug 20, 2023
1 parent 6ef5659 commit a7811ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
- name: Setup Rust
uses: dtolnay/rust-toolchain@stable
- name: Publish facti to crates.io
run: cargo publish --package --token ${CRATESIO_API_TOKEN}
run: cargo publish --locked --package facti --token ${CRATESIO_API_TOKEN}
env:
CRATESIO_API_TOKEN: ${{ secrets.CRATESIO_API_TOKEN }}

0 comments on commit a7811ff

Please sign in to comment.