Skip to content

Commit eef6988

Browse files
committed
ci: use the correct (agent) sub directory when extracting change log
1 parent 5f4641a commit eef6988

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
env:
122122
VERSION: ${{ env.TAG_VERSION }}
123123
run: |
124-
cd firmware
124+
cd agent
125125
DELIMITER=$(openssl rand -hex 16)
126126
echo "content<<$DELIMITER" >> $GITHUB_OUTPUT
127127
sed -n "/^## \\[${VERSION}\\]/,/^## \\[/p" CHANGELOG.md | sed '$d' | tail -n +3 >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)