From 48701d836087178dfeea24ecae9ec9a70f8afe57 Mon Sep 17 00:00:00 2001 From: Ionite Date: Fri, 17 Nov 2023 13:13:24 -0500 Subject: [PATCH] Specify sm-tools versions --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a6540d5b..0aa23972 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -235,7 +235,7 @@ jobs: python-version: '3.11' - name: Install Python Dependencies - run: pip install stability-matrix-tools + run: pip install stability-matrix-tools~=0.2.7 - name: Publish Auto-Update Release run: sm-tools updates publish-matrix -v $RELEASE_VERSION -y @@ -258,7 +258,7 @@ jobs: python-version: '3.11' - name: Install Python Dependencies - run: pip install stability-matrix-tools + run: pip install stability-matrix-tools~=0.2.7 - name: Download Changelog run: >