mirror of
https://github.com/domcyrus/rustnet.git
synced 2026-01-04 13:00:04 -06:00
fix: shell variable expansion in changelog generation
This commit is contained in:
4
.github/workflows/ppa-release.yml
vendored
4
.github/workflows/ppa-release.yml
vendored
@@ -90,11 +90,11 @@ jobs:
|
||||
REVISION="${{ steps.version.outputs.debian_revision }}"
|
||||
TIMESTAMP=$(date -R)
|
||||
|
||||
echo "rustnet-monitor (\${VERSION}-\${REVISION}) jammy; urgency=medium" > changelog.new
|
||||
echo "rustnet-monitor ($VERSION-$REVISION) jammy; urgency=medium" > changelog.new
|
||||
echo "" >> changelog.new
|
||||
echo " * Backport to Ubuntu 22.04 Jammy" >> changelog.new
|
||||
echo "" >> changelog.new
|
||||
echo " -- Marco Cadetg <cadetg@gmail.com> \${TIMESTAMP}" >> changelog.new
|
||||
echo " -- Marco Cadetg <cadetg@gmail.com> $TIMESTAMP" >> changelog.new
|
||||
echo "" >> changelog.new
|
||||
cat changelog >> changelog.new
|
||||
mv changelog.new changelog
|
||||
|
||||
Reference in New Issue
Block a user