Fix version number on Windows

This commit is contained in:
Sander Declerck 2026-04-02 15:58:19 +02:00
parent 308ccb3d2b
commit e12ae31795
No known key found for this signature in database

View file

@ -80,6 +80,7 @@ jobs:
if: inputs.version != '' if: inputs.version != ''
env: env:
VERSION: ${{ inputs.version }} VERSION: ${{ inputs.version }}
shell: bash
run: npm --no-git-tag-version version $VERSION --workspace=packages/safe-chain --ignore-scripts run: npm --no-git-tag-version version $VERSION --workspace=packages/safe-chain --ignore-scripts
- name: Create binary - name: Create binary