Skip to content

Commit

Permalink
Merge pull request #674 from systemli/fix/makefile
Browse files Browse the repository at this point in the history
fix: run build target as requirement for release target in Makefile
  • Loading branch information
doobry-systemli authored Nov 30, 2024
2 parents 085750e + 0cb258f commit e46c53a
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 @@ -122,7 +122,7 @@ endif
fi

# Publish to Github
release: release-checks
release: build release-checks
# sign release tarball
gpg -u $(GPG_SIGN_KEY) --output "build/$(RELEASE_FILE).asc" --armor --detach-sign --batch --yes build/$(RELEASE_FILE)
# git tag and push
Expand Down

0 comments on commit e46c53a

Please sign in to comment.