mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 07:14:50 +01:00
ci(rust): pass token to cargo publish
This commit is contained in:
parent
404fa0f241
commit
0561f74062
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -18,4 +18,4 @@ jobs:
|
|||
- uses: arduino/setup-protoc@v3
|
||||
- uses: actions/checkout@v4
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
- run: cargo publish
|
||||
- run: cargo publish --locked --token ${{ secrets.CRATES_IO_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue