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 5a43590 commit 4cba174
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ jobs:
if: steps.changesets.outputs.published == 'true'
with:
script: |
console.log(`::set-output name=log::${
console.log(`log=${
${{ steps.changesets.outputs.publishedPackages }}.map(({name,version}) => ' - '+name+'@'+version).join('\n')
}`)
} >> $GITHUB_OUTPUT`)
- name: Dingtalk Notify
uses: zcong1993/actions-ding@master
if: steps.changesets.outputs.published == 'true'
Expand All @@ -71,7 +71,7 @@ jobs:
}
- name: Dingtalk Notify Error
uses: zcong1993/actions-ding@master
if: steps.changesets.outputs.published == 'false' || steps.changesets.outputs.hasChangesets == 'false'
if: steps.changesets.outputs.published == 'false'
with:
dingToken: ${{ secrets.DING_TALK_ACCESS_TOKEN }}
body: |
Expand Down
6 changes: 6 additions & 0 deletions packages/antd-plus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @orca-fe/painter

## 0.3.21

### Patch Changes

- chore: 发布测试

## 0.3.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/antd-plus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orca-fe/antd-plus",
"version": "0.3.20",
"version": "0.3.21",
"description": "Transformer Container",
"keywords": [
"react",
Expand Down

0 comments on commit 4cba174

Please sign in to comment.