File tree 2 files changed +11
-10
lines changed
2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- name : trigger-beta-builds
2
+ name : bump-build-number
3
3
on :
4
- push :
4
+ push : # TODO remove before merging
5
5
workflow_dispatch :
6
- # schedule:
7
- # - cron: '0 18 * * 5' # Run every Friday, at 6PM
6
+ schedule :
7
+ - cron : ' 0 18 * * 5' # Run every Friday, at 6PM
8
8
9
9
permissions :
10
10
contents : write
11
11
12
12
jobs :
13
- trigger-beta-builds :
14
- # runs-on: ubuntu-22.04
13
+ bump-build-number :
14
+ # This is required to run on MacOS
15
15
runs-on : macos-latest
16
16
steps :
17
- - name : trigger-beta /checkout-repo
17
+ - name : bump-build-number /checkout-repo
18
18
uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
19
19
with :
20
20
fetch-depth : 0
21
+ ref : main
21
22
22
- - name : trigger-beta /setup-ruby
23
+ - name : bump-build-number /setup-ruby
23
24
uses : ruby/setup-ruby@9669f3ee51dc3f4eda8447ab696b3ab19a90d14b # v1.144.0
24
25
with :
25
26
ruby-version : " 2.7"
26
27
working-directory : fastlane
27
28
bundler-cache : true
28
29
29
- - name : trigger-beta/create-beta-branch
30
- run : ./scripts/trigger_beta_build .sh
30
+ - name : bump-build-number/bump-build-number
31
+ run : ./scripts/bump_build_number .sh
31
32
...
File renamed without changes.
You can’t perform that action at this time.
0 commit comments