Merge pull request #383 from AikidoSec/fix-version-windows

Fix version number on Windows
This commit is contained in:
Sander Declerck 2026-04-03 10:53:59 +02:00 committed by GitHub
commit ef6a714910
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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