Bump eec-campaigns pin to v0.1.4
Sync campaigns / sync (push) Failing after 17s

v0.1.4 fixes several bugs found while testing on twosquirrelspress-campaigns:
- test-send failed validation on empty name/messenger fields (v0.1.1, v0.1.2)
- campaigns went out HTML-only; listmonk never derives a plaintext
  alternative on its own, so altbody is now sent explicitly (v0.1.3)
- change-detection now tracks altbody so campaigns synced before this
  fix actually pick it up on their next sync (v0.1.4)

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-23 22:18:38 -04:00
parent 6c65fd1379
commit 8ee538dd67
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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.0
run: go install gitea.reground.org/will/eec-campaigns@v0.1.4
- name: Determine campaign slug
id: slug
+1 -1
View File
@@ -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.0
run: go install gitea.reground.org/will/eec-campaigns@v0.1.4
- name: Sync template to listmonk
run: eec-campaigns template "Thistle & Moth default" email-templates/campaign.html
+1 -1
View File
@@ -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.0
run: go install gitea.reground.org/will/eec-campaigns@v0.1.4
- name: Sync campaigns to listmonk
run: eec-campaigns sync .
+1 -1
View File
@@ -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.0
run: go install gitea.reground.org/will/eec-campaigns@v0.1.4
- name: Send preview
run: eec-campaigns test "${{ inputs.slug }}" "${{ inputs.email }}"