File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1313 name : ' 🐳 Build & Deploy'
1414
1515 steps :
16+
1617 - name : ' 🔍 Checkout Code'
1718 uses : actions/checkout@v4
1819 with :
2324 with :
2425 node-version : 20.x
2526
26-
2727 - name : " 🧩 Install dependencies (npm)"
2828 run : npm install --legacy-peer-deps
2929
3434 if : github.ref == 'refs/heads/main'
3535 run : node scripts/bumpVersion.js
3636
37-
3837 - name : ' 🔧 Configure Git for Automation'
3938 if : github.ref == 'refs/heads/main'
4039 run : |
5049 git commit -m "chore: Auto-increment version [skip ci]" || echo "No changes to commit"
5150 git push
5251
52+ - name : " 🧹 Version bump cleanup"
53+ run : rm -rf node_modules
54+
5355 - name : ' �🔒 Verify Secrets Exist'
5456 run : |
5557 if [ -z "${{ secrets.GOOGLE_SERVICES_JSON_BASE64 }}" ]; then
You can’t perform that action at this time.
0 commit comments