diff --git a/.github/workflows/release-on-tag.yml b/.github/workflows/release-on-tag.yml index 85e0981..14ca5b2 100644 --- a/.github/workflows/release-on-tag.yml +++ b/.github/workflows/release-on-tag.yml @@ -32,6 +32,10 @@ jobs: python-version: '3.12' cache: 'pip' # Enables caching for pip dependencies + # Prevents the post python step to fail if cache folder has not been created + - name: Ensure cache directory exists + run: mkdir -p /home/runner/.cache/pip + # Step to print platform details for diagnostic purposes - name: Check Python platform info shell: bash # Use bash shell for consistency diff --git a/config/m4b-config.json b/config/m4b-config.json index b596f73..ccc0280 100644 --- a/config/m4b-config.json +++ b/config/m4b-config.json @@ -1,6 +1,6 @@ { "project": { - "project_version": "4.3.8", + "project_version": "4.3.10", "compose_project_name": "money4band", "ds_project_server_url": "https://discord.com/invite/Fq8eeazBAD" },