Skip to content

Commit

Permalink
ci: optimize publish
Browse files Browse the repository at this point in the history
  • Loading branch information
LichKing-2234 committed Jun 7, 2023
1 parent 48d8a4e commit ed03326
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
run: |
git config --global user.email "${{ secrets.GIT_EMAIL }}"
git config --global user.name "${{ secrets.GIT_USERNAME }}"
yarn release ${{ inputs.increment }} --ci --plugins.@release-it/bumper.out=src/package.json
yarn release ${{ inputs.increment }} --ci --plugins.@release-it/bumper.out=src/package.json --plugins.@release-it/bumper.out=package/Agora-RTC/package.json
4 changes: 2 additions & 2 deletions package/Agora-RTC/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
],
"integrateType": "aar",
"dependencies": [
"io.agora.rtc:full-sdk:3.7.1",
"io.agora.rtc:full-screen-sharing:3.7.1",
"io.agora.rtc:agora-special-full:3.7.2.4",
"io.agora.rtc:full-screen-sharing:3.7.2.4",
"org.jetbrains.kotlin:kotlin-stdlib:1.3.50"
],
"compileOptions": {
Expand Down

0 comments on commit ed03326

Please sign in to comment.