From 7631facd26a9caa20cabfb3322fbf7bd64a8b5db Mon Sep 17 00:00:00 2001 From: Laurent Laville Date: Sat, 7 Dec 2024 09:38:50 +0000 Subject: [PATCH] update release workflow by raising BOX Manifest min version constraint (waiting new release that will fix issue https://github.com/llaville/box-manifest/issues/17) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b5d292c8..fdadc6d3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: - # https://github.com/llaville/box-manifest name: Download BOX Manifest Artifact env: - BOX_MANIFEST_VERSION: ${{ vars.BOX_MANIFEST_VERSION || '4.1.2' }} + BOX_MANIFEST_VERSION: ${{ vars.BOX_MANIFEST_VERSION || '4.1.3' }} run: | curl -Ls "https://github.com/llaville/box-manifest/releases/download/$BOX_MANIFEST_VERSION/box-manifest.phar" -o /usr/local/bin/box-manifest chmod +x /usr/local/bin/box-manifest