Merge branch 'main' into bugfix-for-stable

This commit is contained in:
Anirban Kar
2024-12-17 01:03:18 +05:30
8 changed files with 62 additions and 9 deletions

View File

@@ -28,7 +28,7 @@ jobs:
- name: Update commit file
run: |
echo "{ \"commit\": \"$COMMIT_HASH\" , \"version\": \"$CURRENT_VERSION\" }" > app/commit.json
echo "{ \"commit\": \"$COMMIT_HASH\", \"version\": \"$CURRENT_VERSION\" }" > app/commit.json
- name: Commit and push the update
run: |