Skip to content

Commit

Permalink
chore(workflow): fix false positive update
Browse files Browse the repository at this point in the history
  • Loading branch information
EmixamPP committed Jul 25, 2023
1 parent 0f83fa6 commit 9af7076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
sed -i "s@^%global synology_version .*@%global synology_version $VERSION@" synology-drive{,-noextra}.spec
sed -i "s@^%global synology_release .*@%global synology_release $RELEASE@" synology-drive{,-noextra}.spec
if [ -z "$(git status -s)" ]; then
if [ ! -z "$(git status -s)" ]; then
sed -i "/%changelog/a * $(date '+%a %B %d %Y') Maxime Dirksen <[email protected]> - $VERSION-$RELEASE\n- Version $VERSION-$RELEASE of Synology Drive Client" synology-drive{,-noextra}.spec
fi
Expand Down

0 comments on commit 9af7076

Please sign in to comment.