Skip to content

Commit

Permalink
Merge pull request #3 from promised-ai/fix/rust-publish
Browse files Browse the repository at this point in the history
fix: Fixed cargo publish again...
  • Loading branch information
schmidmt authored Mar 1, 2023
2 parents a6a364f + 108582e commit baad9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust-build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,6 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- name: Publish to Crates.io
run:
cargo publish --token ${CRATES_TOKEN}
cargo publish --token ${CRATES_TOKEN} -p changepoint
env:
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}

0 comments on commit baad9d8

Please sign in to comment.