mirror of
https://codeberg.org/JasterV/event_bus.rs.git
synced 2026-04-27 02:15:41 +00:00
feat: update CD to automatically release unpublished crates
This commit is contained in:
parent
3c6e925ac9
commit
155832b542
1 changed files with 9 additions and 0 deletions
|
|
@ -12,3 +12,12 @@ steps:
|
||||||
settings:
|
settings:
|
||||||
token:
|
token:
|
||||||
from_secret: CODEBERG_TOKEN
|
from_secret: CODEBERG_TOKEN
|
||||||
|
|
||||||
|
- name: Release unpublished crates
|
||||||
|
image: jasterv/rust-magic-release:latest
|
||||||
|
pull: true
|
||||||
|
settings:
|
||||||
|
token:
|
||||||
|
from_secret: CODEBERG_TOKEN
|
||||||
|
crates_io_token:
|
||||||
|
from_secret: CRATES_IO_TOKEN
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue