From e12ae3179579ec41b26e9ae0acfaf32dce204664 Mon Sep 17 00:00:00 2001 From: Sander Declerck Date: Thu, 2 Apr 2026 15:58:19 +0200 Subject: [PATCH] Fix version number on Windows --- .github/workflows/create-artifact.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/create-artifact.yml b/.github/workflows/create-artifact.yml index 4fee730..da2a1bd 100644 --- a/.github/workflows/create-artifact.yml +++ b/.github/workflows/create-artifact.yml @@ -80,6 +80,7 @@ jobs: if: inputs.version != '' env: VERSION: ${{ inputs.version }} + shell: bash run: npm --no-git-tag-version version $VERSION --workspace=packages/safe-chain --ignore-scripts - name: Create binary