We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eef6988 commit 8bdeed4Copy full SHA for 8bdeed4
1 file changed
.github/workflows/ci.yml
@@ -121,7 +121,6 @@ jobs:
121
env:
122
VERSION: ${{ env.TAG_VERSION }}
123
run: |
124
- cd agent
125
DELIMITER=$(openssl rand -hex 16)
126
echo "content<<$DELIMITER" >> $GITHUB_OUTPUT
127
sed -n "/^## \\[${VERSION}\\]/,/^## \\[/p" CHANGELOG.md | sed '$d' | tail -n +3 >> $GITHUB_OUTPUT
0 commit comments