Skip to content

Commit ac951ea

Browse files
committed
fix(changelog): export changelog env
1 parent 78d4c9b commit ac951ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
id: release
4848
run: |-
4949
git-cliff -l > changelog.txt
50-
CHANGELOG=`cat changelog.txt`
50+
export CHANGELOG=`cat changelog.txt`
5151
chmod +x target/release/apix
5252
cd examples
5353
../target/release/apix exec github-create-release > release.json

0 commit comments

Comments
 (0)