File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments