Skip to content

Commit

Permalink
chore: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe committed Oct 13, 2023
1 parent 7031362 commit 6718650
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,16 @@ jobs:
git config --global user.name "${{ github.actor }}"
- name: Get Package Info
if: ${{ inputs.package == 'iris-web-rtc' }}
run: |
version=$(node -p "require('./packages/rtc/package.json').version")
echo "version=${version}" >> $GITHUB_ENV
if: ${{ inputs.package == 'iris-web-rtc' }}
run: |
version=$(node -p "require('./packages/rtc/package.json').version")
echo "version=${version}" >> $GITHUB_ENV
- name: Get Package Info
if: ${{ inputs.package == 'iris-web-rtm' }}
run: |
version=$(node -p "require('./packages/rtm/package.json').version")
echo "version=${version}" >> $GITHUB_ENV
run: |
version=$(node -p "require('./packages/rtm/package.json').version")
echo "version=${version}" >> $GITHUB_ENV
- name: Update CHANGELOG.md and Create Release
run: |
Expand Down

0 comments on commit 6718650

Please sign in to comment.