Automatically publish to crates.io
This commit is contained in:
parent
3188f9d8e7
commit
992d7889c4
3
.github/workflows/rust.yml
vendored
3
.github/workflows/rust.yml
vendored
@ -23,6 +23,9 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --release
|
run: cargo build --release
|
||||||
|
|
||||||
|
- name: Publish to crates.io
|
||||||
|
run: cargo publish --no-verify --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2.2.1
|
- uses: actions/upload-artifact@v2.2.1
|
||||||
name: Upload a Build Artifact
|
name: Upload a Build Artifact
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user