From b62e94a415eac34412978a1c7c34fd65b45cb17b Mon Sep 17 00:00:00 2001 From: Fazri Gading Date: Wed, 21 Jan 2026 19:53:00 +0800 Subject: [PATCH] fix: `package.json` Module Not Found in 'Get version' step --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 61e480b..4599190 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -85,6 +85,10 @@ jobs: contents: write steps: + # FIX: './package.json' Module Not Found in `Get version` step + - name: Checkout code + uses: actions/checkout@v4 + - name: Download all artifacts uses: actions/download-artifact@v4 with: