Skip to content

Commit 54027cd

Browse files
plugin upgrade action
1 parent 761685a commit 54027cd

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/upgrade.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
name: Plugin Upgrade
22

33
# Trigger manual
4-
on:
5-
workflow_dispatch:
4+
on: workflow_dispatch
65

76
jobs:
87
build:
98
runs-on: macos-13
109

11-
12-
1310
steps:
1411
- name: Checkout repository
1512
uses: actions/checkout@v3
@@ -26,6 +23,5 @@ jobs:
2623
working-directory: android
2724
run: ./gradlew clean build
2825

29-
# Opcional: executar migração de plugin
3026
#- name: Run Capacitor Plugin Migration
3127
# run: npx @capacitor/plugin-migration-v6-to-v7@latest

0 commit comments

Comments
 (0)