Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MCJack123 committed Aug 11, 2023
1 parent 7f17159 commit 7af18d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ jobs:
if [ "a$LUAJIT" == "a" ]; then VERSION=1:$VERSION; fi
REVISION=1
if [ -e "debian/revision_$VERSION" ]; then REVISION=`cat debian/revision_$VERSION`; fi
if [ "$REVISION" != 1 ]; then EDITOR=/bin/true dpkg-source -q --commit . quickfix; fi
echo "craftos-pc$LUAJIT ($VERSION-focal$REVISION) focal; urgency=medium" > debian/changelog
echo " " >> debian/changelog
echo "$RELEASE_BODY" | sed 's/^/ /' >> debian/changelog
Expand Down

0 comments on commit 7af18d4

Please sign in to comment.