1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-09-11 06:55:38 +03:00

fix(cd): copy the config file into registry to resolve it for embed

This commit is contained in:
orhun 2021-08-19 01:58:18 +03:00
parent df241e485f
commit 48ea1578b5
No known key found for this signature in database
GPG Key ID: B928720AEC532117

View File

@ -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: