mirror of
https://github.com/domcyrus/rustnet.git
synced 2026-01-04 21:10:24 -06:00
fix: YAML syntax error in PPA workflow
This commit is contained in:
15
.github/workflows/ppa-release.yml
vendored
15
.github/workflows/ppa-release.yml
vendored
@@ -88,15 +88,14 @@ jobs:
|
||||
if [ "${{ matrix.ubuntu_release }}" = "jammy" ]; then
|
||||
VERSION="${{ steps.version.outputs.version }}"
|
||||
REVISION="${{ steps.version.outputs.debian_revision }}"
|
||||
TIMESTAMP=$(date -R)
|
||||
|
||||
cat > changelog.new <<EOF
|
||||
rustnet-monitor (${VERSION}-${REVISION}) jammy; urgency=medium
|
||||
|
||||
* Backport to Ubuntu 22.04 Jammy
|
||||
|
||||
-- Marco Cadetg <cadetg@gmail.com> $(date -R)
|
||||
|
||||
EOF
|
||||
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 "" >> changelog.new
|
||||
cat changelog >> changelog.new
|
||||
mv changelog.new changelog
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user