Skip to content

Commit

Permalink
chore: 调整发布流程
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoKam committed Feb 18, 2024
1 parent 26c17c7 commit 44759d8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,11 @@ jobs:
id: publish_log
uses: actions/github-script@v4
if: steps.changesets.outputs.published == 'true'
run: |
console.log(`::set-output name=log::${
${{ steps.publish.outputs.publishedPackages }}.map(({name,version}) => name+'@'+version).join('\n')
}`)
with:
script: |
console.log(`::set-output name=log::${
${{ steps.publish.outputs.publishedPackages }}.map(({name,version}) => name+'@'+version).join('\n')
}`)
- name: Dingtalk Notify
uses: zcong1993/actions-ding@master
if: steps.changesets.outputs.published == 'true'
Expand Down

0 comments on commit 44759d8

Please sign in to comment.