chore(release): Use pnpm instead of sed to bump version (#804)

Use pnpm instead of sed
This commit is contained in:
Anatolios Laskaris 2023-07-20 11:35:23 +03:00 committed by GitHub
parent c097bedd47
commit c9bf77d53c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,7 +87,7 @@ jobs:
- name: Set cli version in tests
run: |
sed -i 's/"@fluencelabs\/aqua":.*/"@fluencelabs\/aqua": "${{ steps.version.outputs.version }}",/g' package.json
pnpm add @fluencelabs/aqua@${{ steps.version.outputs.version }} --save-workspace-protocol=false
working-directory: integration-tests
- name: Regenerate lock