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 031613a commit 4b8daa4
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,8 @@ jobs:
if: steps.changesets.outputs.published == 'true'
with:
script: |
console.log(JSON.stringify(`log=${
${{ steps.changesets.outputs.publishedPackages }}.map(({name,version}) => ' - '+name+'@'+version).join('\n')
}`), '>> $GITHUB_OUTPUT')
const core = require('@actions/core');
core.setOutput('log', ${{ steps.changesets.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
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
"react": ">=16"
},
"devDependencies": {
"@actions/core": "^1.10.1",
"@orca-fe/eslint-config": "^2.3.3",
"@orca-fe/jss-plugin-auto-prefix": "^0.0.1",
"@orca-fe/simple-jss": "^0.0.3",
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.24

### Patch Changes

- chore: 发布测试

## 0.3.23

### 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.23",
"version": "0.3.24",
"description": "Transformer Container",
"keywords": [
"react",
Expand Down
35 changes: 34 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4b8daa4

Please sign in to comment.