Skip to content

Commit

Permalink
chore: optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe committed Aug 22, 2024
1 parent dd38d4b commit 2e01563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
if: ${{ !inputs.dry-run }}
id: package-info
run: |
sed "s/\"version\": \"\(.*\)\"/\"version\": \"${{ inputs.increment }}\"/g" package.json > tmp
sed "s/\"agora-electron-sdk\": \"\(.*\)\"/\"agora-electron-sdk\": \"${{ inputs.increment }}\"/g" package.json > tmp
mv tmp package.json
working-directory: example

Expand Down

0 comments on commit 2e01563

Please sign in to comment.