Skip to content

Commit

Permalink
feat(m4brelease, action workflow ): bumped to 4.3.10, added step to w…
Browse files Browse the repository at this point in the history
…orkflow tht prevents the post python step to fail if cache folder has not been created
  • Loading branch information
MRColorR committed Nov 1, 2024
1 parent 7937b0f commit 3bed458
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/release-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/m4b-config.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down

0 comments on commit 3bed458

Please sign in to comment.