Browse Source

Specify sm-tools versions

pull/269/head
Ionite 1 year ago
parent
commit
48701d8360
No known key found for this signature in database
  1. 4
      .github/workflows/release.yml

4
.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: >

Loading…
Cancel
Save