From ddc44af1d3b41800dad404017c1fb416268e7ef2 Mon Sep 17 00:00:00 2001 From: Jonathan Shook Date: Mon, 23 Sep 2024 14:04:01 -0500 Subject: [PATCH] force build --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9419945fe..ad3a140b2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,6 +7,8 @@ name: release # If you want to replace a build, you can use -f and then # push the update to the tag like push -f origin , # although this should never be done! +# The build logic should only build what is necessary, but presently 'preview' +# and 'release' do extra work. This needs to be improved. on: push: