mirror of
https://codeberg.org/JasterV/event_bus.rs.git
synced 2026-04-27 02:15:41 +00:00
fix: CD steps order
This commit is contained in:
parent
cecd3f1797
commit
fccb54ba49
1 changed files with 6 additions and 6 deletions
|
|
@ -6,13 +6,6 @@ depends_on:
|
|||
- ci
|
||||
|
||||
steps:
|
||||
- name: Update PR
|
||||
image: codeberg.org/jasterv/release-plz-update-pr:latest
|
||||
pull: true
|
||||
settings:
|
||||
token:
|
||||
from_secret: CODEBERG_TOKEN
|
||||
|
||||
- name: Release unpublished
|
||||
image: codeberg.org/jasterv/rust-magic-release:latest
|
||||
pull: true
|
||||
|
|
@ -21,3 +14,10 @@ steps:
|
|||
from_secret: CODEBERG_TOKEN
|
||||
crates_io_token:
|
||||
from_secret: CRATES_IO_TOKEN
|
||||
|
||||
- name: Update PR
|
||||
image: codeberg.org/jasterv/release-plz-update-pr:latest
|
||||
pull: true
|
||||
settings:
|
||||
token:
|
||||
from_secret: CODEBERG_TOKEN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue