fix(ci): keep version suffix/build in tags and fix Node.js cache

- Keep full version format (0.0.1-m3 or 1.2.3+456) instead of stripping suffix

- Tags now include full version: krow-withus-worker-mobile/dev-v0.0.1-m3

- Remove invalid Node.js cache path that was causing resolution errors
This commit is contained in:
Achintha Isuru
2026-03-05 14:21:27 -05:00
parent be43030058
commit 639aeeb708
2 changed files with 6 additions and 8 deletions

View File

@@ -45,7 +45,7 @@ jobs:
with:
fetch-depth: 0
- name: <EFBFBD> Make scripts executable
- name: 🏃🏾‍♂️ Make scripts executable
run: |
chmod +x .github/scripts/*.sh
echo "✅ Scripts are now executable"
@@ -165,8 +165,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
cache-dependency-path: 'backend/*/package-lock.json'
- name: 🔥 Install Firebase CLI
run: |