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:
4
.github/workflows/product-release.yml
vendored
4
.github/workflows/product-release.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user