mirror of
https://codeberg.org/JasterV/docker.git
synced 2026-04-26 18:10:02 +00:00
[release-plz-update-pr] Update update-pr image
This commit is contained in:
parent
8630c3c7d9
commit
0148a2b6db
2 changed files with 7 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
when:
|
||||
event: [push, manual]
|
||||
branch: main
|
||||
path: ["release-plz/update-pr.Dockerfile"]
|
||||
path: ["release-plz/update-pr.Dockerfile", "release-plz/update-pr.sh"]
|
||||
|
||||
steps:
|
||||
publish:
|
||||
|
|
|
|||
|
|
@ -23,7 +23,12 @@ fi
|
|||
|
||||
# --- 3. Run release-plz update ---
|
||||
echo "--- Running release-plz update ---"
|
||||
release-plz update
|
||||
|
||||
ls -R
|
||||
|
||||
pwd
|
||||
|
||||
release-plz update --verbose --manifest-path=./Cargo.toml
|
||||
|
||||
# Check if any files were changed (Cargo.toml, CHANGELOG.md, etc.)
|
||||
if [ -z "$(git status --porcelain)" ]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue