Skip to content

Commit

Permalink
fix(Makefile): Run distclean as dependency of release
Browse files Browse the repository at this point in the history
Fixes: #1482

Signed-off-by: Jonas <[email protected]>
  • Loading branch information
mejo- committed Sep 23, 2024
1 parent f605ba1 commit 87ec1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ endif
release: release-github release-appstore

# Publish the release on Github
release-github: release-checks lint-appinfo build
release-github: release-checks lint-appinfo distclean build
# Git tag and push
git tag $(GIT_TAG) -m "Version $(VERSION)" && git push $(GIT_REMOTE) $(GIT_TAG)

Expand Down

0 comments on commit 87ec1e9

Please sign in to comment.