Skip to content

Commit 47d6a0e

Browse files
authored
ci: 修复发布工作流编排错误 (#483)
1 parent ef83738 commit 47d6a0e

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/publish-libs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ jobs:
9292

9393
- name: Publish packages to npm
9494
if: github.event.inputs.mode == 'publish'
95-
run: npx nx release publish
95+
run: npx nx release publish --excludeTaskDependencies
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@applemusic-like-lyrics/react-full': patch
3+
---
4+
5+
ci: 修复工作流错误导致的不成功发布

0 commit comments

Comments
 (0)