diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7f083ff..f589a76 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: python-version: ${{ env.python_version }} - uses: FranzDiebold/github-env-vars-action@e8118971bd6b60524ae66a2d870bc83088e3a3c9 # v2.9.0 - name: Install CI/CD tools - run: pip install 'continuous-delivery-scripts==2.7' && pip list + run: pip install 'continuous-delivery-scripts>=3.4.1' && pip list - name: Tag and release run: cd-tag-and-release -b ${CI_ACTION_REF_NAME} -t ${{ github.event.inputs.release_type }} -vv diff --git a/changes/20260603113937.misc b/changes/20260603113937.misc new file mode 100644 index 0000000..81e73ea --- /dev/null +++ b/changes/20260603113937.misc @@ -0,0 +1 @@ +:gear: Ensure that a valid version of `continuous-delivery-scripts` is used during releases