From 0c73551a80f4852dd557643dd58b61cd200878db Mon Sep 17 00:00:00 2001 From: steebchen Date: Thu, 5 Dec 2024 19:25:55 +0700 Subject: [PATCH] fix(ci): update PATHFINDER_FORCE_VERSION in workflow Ensure correct versioning by appending `.1` to the PATHFINDER_FORCE_VERSION in the GitHub Actions publish workflow. --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 52c2613912..f0190f2305 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -55,7 +55,7 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} build-args: | - PATHFINDER_FORCE_VERSION=v0.15.2-cartridge + PATHFINDER_FORCE_VERSION=v0.15.2-cartridge.1 cache-from: type=gha cache-to: type=gha,mode=max