We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 761685a commit 54027cdCopy full SHA for 54027cd
.github/workflows/upgrade.yml
@@ -1,15 +1,12 @@
1
name: Plugin Upgrade
2
3
# Trigger manual
4
-on:
5
- workflow_dispatch:
+on: workflow_dispatch
6
7
jobs:
8
build:
9
runs-on: macos-13
10
11
-
12
13
steps:
14
- name: Checkout repository
15
uses: actions/checkout@v3
@@ -26,6 +23,5 @@ jobs:
26
23
working-directory: android
27
24
run: ./gradlew clean build
28
25
29
- # Opcional: executar migração de plugin
30
#- name: Run Capacitor Plugin Migration
31
# run: npx @capacitor/plugin-migration-v6-to-v7@latest
0 commit comments