From 73c7f565b3d5ace259ebf6304bca4402f4356034 Mon Sep 17 00:00:00 2001 From: Will Estes Date: Thu, 13 Aug 2026 11:38:28 -0400 Subject: [PATCH] Bump eec-campaigns pin to v0.1.5 Fixes a spurious "changed" flag on any campaign without an explicit template_id, which was re-syncing and re-previewing campaigns like welcome/campaign.md on every unrelated push. --- .gitea/workflows/send.yml | 2 +- .gitea/workflows/sync-template.yml | 2 +- .gitea/workflows/sync.yml | 2 +- .gitea/workflows/test.yml | 2 +- README.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/send.yml b/.gitea/workflows/send.yml index 945045b..c1a533d 100644 --- a/.gitea/workflows/send.yml +++ b/.gitea/workflows/send.yml @@ -29,7 +29,7 @@ jobs: go-version: "1.23.1" - name: Install eec-campaigns - run: go install gitea.reground.org/will/eec-campaigns@v0.1.4 + run: go install gitea.reground.org/will/eec-campaigns@v0.1.5 - name: Determine campaign slug id: slug diff --git a/.gitea/workflows/sync-template.yml b/.gitea/workflows/sync-template.yml index ed19285..9a5bbb8 100644 --- a/.gitea/workflows/sync-template.yml +++ b/.gitea/workflows/sync-template.yml @@ -13,7 +13,7 @@ jobs: go-version: "1.23.1" - name: Install eec-campaigns - run: go install gitea.reground.org/will/eec-campaigns@v0.1.4 + run: go install gitea.reground.org/will/eec-campaigns@v0.1.5 - name: Sync template to listmonk run: eec-campaigns template "sunfloweracres default" email-templates/campaign.html diff --git a/.gitea/workflows/sync.yml b/.gitea/workflows/sync.yml index 0202bdd..fd5bfc8 100644 --- a/.gitea/workflows/sync.yml +++ b/.gitea/workflows/sync.yml @@ -14,7 +14,7 @@ jobs: go-version: "1.23.1" - name: Install eec-campaigns - run: go install gitea.reground.org/will/eec-campaigns@v0.1.4 + run: go install gitea.reground.org/will/eec-campaigns@v0.1.5 - name: Sync campaigns to listmonk run: eec-campaigns sync . diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 65e8e01..e63cbf2 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -22,7 +22,7 @@ jobs: go-version: "1.23.1" - name: Install eec-campaigns - run: go install gitea.reground.org/will/eec-campaigns@v0.1.4 + run: go install gitea.reground.org/will/eec-campaigns@v0.1.5 - name: Send preview run: eec-campaigns test "${{ inputs.slug }}" "${{ inputs.email }}" diff --git a/README.md b/README.md index 34f388a..7a374c8 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Alternatively, run the `Send campaign` workflow manually from Gitea Actions with Repo secrets (Gitea Actions → Secrets) are already set: `CAMPAIGNS_LISTMONK_BASE_URL`, `CAMPAIGNS_LISTMONK_API_USER`, `CAMPAIGNS_LISTMONK_API_TOKEN`, `CAMPAIGNS_PREVIEW_EMAIL` (`hello@sunfloweracressoaps.com`, also a confirmed subscriber on `sunfloweracres-list` so test-sends have somewhere to go) — scoped to a dedicated `campaigns-sunfloweracres` listmonk API user (see `reground-infrastructure`'s `campaigns-sunfloweracres` Ansible role). -The workflows in `.gitea/workflows/` pin a specific `eec-campaigns` version (currently `v0.1.4`). Bump that pin deliberately when a new tool version is ready, not automatically. +The workflows in `.gitea/workflows/` pin a specific `eec-campaigns` version (currently `v0.1.5`). Bump that pin deliberately when a new tool version is ready, not automatically. ## Sending as hello@sunfloweracressoaps.com