mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-23 12:51:18 +00:00
Trying out rust-musl-builder for cargo publish
This commit is contained in:
parent
9e0fa99c69
commit
af6d39f76e
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ steps:
|
||||||
|
|
||||||
# using https://github.com/pksunkara/cargo-workspaces
|
# using https://github.com/pksunkara/cargo-workspaces
|
||||||
- name: publish to crates.io
|
- name: publish to crates.io
|
||||||
image: rust:1
|
image: ekidd/rust-musl-builder:1.51.0
|
||||||
environment:
|
environment:
|
||||||
CARGO_TOKEN:
|
CARGO_TOKEN:
|
||||||
from_secret: cargo_api_token
|
from_secret: cargo_api_token
|
||||||
|
|
Loading…
Reference in a new issue