mirror of
https://github.com/orhun/git-cliff.git
synced 2024-12-14 22:31:53 +03:00
fix(cd): copy the config file into registry to resolve it for embed
This commit is contained in:
parent
df241e485f
commit
48ea1578b5
4
.github/workflows/cd.yml
vendored
4
.github/workflows/cd.yml
vendored
@ -170,6 +170,10 @@ jobs:
|
||||
run: |
|
||||
mkdir -p target/package/config/
|
||||
cp config/cliff.toml target/package/config/
|
||||
for d in /home/runner/.cargo/registry/src/github.com-*/ ; do
|
||||
mkdir "$d"/config/
|
||||
cp config/cliff.toml "$d"/config/
|
||||
done
|
||||
- name: Publish the library
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user