fix: package.json Module Not Found in 'Get version' step

This commit is contained in:
Fazri Gading
2026-01-21 19:53:00 +08:00
parent 3e82e8fadb
commit b62e94a415

View File

@@ -85,6 +85,10 @@ jobs:
contents: write contents: write
steps: steps:
# FIX: './package.json' Module Not Found in `Get version` step
- name: Checkout code
uses: actions/checkout@v4
- name: Download all artifacts - name: Download all artifacts
uses: actions/download-artifact@v4 uses: actions/download-artifact@v4
with: with: