mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Merge pull request #383 from AikidoSec/fix-version-windows
Fix version number on Windows
This commit is contained in:
commit
ef6a714910
1 changed files with 1 additions and 0 deletions
1
.github/workflows/create-artifact.yml
vendored
1
.github/workflows/create-artifact.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue