Skip to content

Commit c9bf77d

Browse files
authored
chore(release): Use pnpm instead of sed to bump version (#804)
Use pnpm instead of sed
1 parent c097bed commit c9bf77d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787

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

9393
- name: Regenerate lock

0 commit comments

Comments
 (0)