Skip to content

Commit e0486c3

Browse files
authored
chore(android): updated timeout to 3 hours and the default cap version for plugin publish (#2320)
1 parent 771135b commit e0486c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ on:
4141
jobs:
4242
build:
4343
runs-on: ubuntu-latest
44-
timeout-minutes: 30
44+
timeout-minutes: 180
4545
permissions:
4646
contents: read
4747
packages: write

scripts/publish-android.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
# 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)"
4+
DEFAULT_CAPACITOR_VERSION="[7.0,8.0)"
55

66
publish_plugin () {
77
PLUGIN_PATH=$1

0 commit comments

Comments
 (0)