diff --git a/.gitea/workflows/send.yml b/.gitea/workflows/send.yml index c1a533d..63a448d 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.5 + run: go install gitea.reground.org/will/eec-campaigns@v0.1.6 - name: Determine campaign slug id: slug diff --git a/.gitea/workflows/sync-template.yml b/.gitea/workflows/sync-template.yml index bd649b7..4fb32a1 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.5 + run: go install gitea.reground.org/will/eec-campaigns@v0.1.6 - name: Sync template to listmonk run: eec-campaigns template "cateconners default" email-templates/campaign.html diff --git a/.gitea/workflows/sync.yml b/.gitea/workflows/sync.yml index fd5bfc8..19763d4 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.5 + run: go install gitea.reground.org/will/eec-campaigns@v0.1.6 - name: Sync campaigns to listmonk run: eec-campaigns sync . diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index e63cbf2..43251df 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.5 + run: go install gitea.reground.org/will/eec-campaigns@v0.1.6 - name: Send preview run: eec-campaigns test "${{ inputs.slug }}" "${{ inputs.email }}" diff --git a/README.md b/README.md index 79bdb09..a1be75e 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@cateconners.com`, also a confirmed subscriber on `cateconners-list` so test-sends have somewhere to go) — scoped to a dedicated `campaigns-cateconners` listmonk API user (see `reground-infrastructure`'s `campaigns-cateconners` Ansible role). -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. +The workflows in `.gitea/workflows/` pin a specific `eec-campaigns` version (currently `v0.1.6`). Bump that pin deliberately when a new tool version is ready, not automatically. ## Sending as hello@cateconners.com