Skip to content

Commit d8c9306

Browse files
update git hub action
1 parent fffb141 commit d8c9306

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/upgrade.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
- name: Verify Java version
2323
run: java -version
2424

25-
- name: Build Android
26-
working-directory: plugin/android
27-
run: ./gradlew clean build
25+
#- name: Build Android
26+
#working-directory: plugin/android
27+
#run: ./gradlew clean build
2828

29-
#- name: Run Capacitor Plugin Migration
30-
# run: npx @capacitor/plugin-migration-v6-to-v7@latest
29+
- name: Run Capacitor Plugin Migration
30+
run: npx @capacitor/plugin-migration-v6-to-v7@latest

0 commit comments

Comments
 (0)