Skip to content

Commit 8b66ace

Browse files
committed
fix(ci): changelogs for C and Python API
1 parent 88aa787 commit 8b66ace

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-plz.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
8484
- name: Manual fixup
8585
run: |
86-
set -e
86+
set -ex
8787
8888
pr_number=${{ fromJSON(steps.release-plz.outputs.pr).number }}
8989
if [[ -n "$pr_number" ]]; then
@@ -92,10 +92,10 @@ jobs:
9292
scripts/update-capi-header-version.sh
9393
git commit -am "chore(capi): update version in header"
9494
95-
nix run --inputs-from . nur-packages#git-cliff -o capi/CHANGELOG.md --include-path 'capi/*'
95+
nix run --inputs-from . nixpkgs#git-cliff -- -o capi/CHANGELOG.md --include-path 'capi/*'
9696
git commit -am "chore(capi): update changelog"
9797
98-
nix run --inputs-from . nur-packages#git-cliff -o pyapi/CHANGELOG.md --include-path 'pyapi/*'
98+
nix run --inputs-from . nixpkgs#git-cliff -- -o pyapi/CHANGELOG.md --include-path 'pyapi/*'
9999
git commit -am "chore(pyapi): update changelog"
100100
101101
git push

0 commit comments

Comments
 (0)