Skip to content

Commit 6381bb3

Browse files
author
hepiao3
committed
ci: 添加 printBundledPlugins 诊断步骤
1 parent 4b1dc67 commit 6381bb3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
- name: Setup Gradle
2525
uses: gradle/actions/setup-gradle@v3
2626

27+
- name: Print Bundled Plugins
28+
run: ./gradlew printBundledPlugins
29+
2730
- name: Build Plugin
2831
run: ./gradlew buildPlugin
2932

0 commit comments

Comments
 (0)