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 771135b commit e0486c3Copy full SHA for e0486c3
.github/workflows/publish-android.yml
@@ -41,7 +41,7 @@ on:
41
jobs:
42
build:
43
runs-on: ubuntu-latest
44
- timeout-minutes: 30
+ timeout-minutes: 180
45
permissions:
46
contents: read
47
packages: write
scripts/publish-android.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
3
# The default Capacitor version(s) the plugin should depend on. Latest published in a range will be pulled by the user
4
-DEFAULT_CAPACITOR_VERSION="[6.0,7.0)"
+DEFAULT_CAPACITOR_VERSION="[7.0,8.0)"
5
6
publish_plugin () {
7
PLUGIN_PATH=$1
0 commit comments