File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ name: Create a PR for release with the newest A-S version available
4
4
on :
5
5
schedule :
6
6
# Runs every minute of the 3pm UTC hour of each day
7
- - cron : ' * 15 * * *'
7
+ - cron : ' 0 15 * * *'
8
+ workflow_dispatch :
8
9
9
10
jobs :
10
11
release-pr :
@@ -68,10 +69,12 @@ jobs:
68
69
run : |
69
70
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
70
71
source $HOME/.cargo/env
71
- - name : Install swiftformat to format the uniffi generated bindings
72
+ - name : Install make_tag dependencies
72
73
if : env.ALREADY_CREATED == 'false'
73
74
run : |
74
75
brew install swiftformat
76
+ brew install protobuf
77
+ brew install swift-protobuf
75
78
# We strip away the `v` in the AS Version and run the make_tag
76
79
# script, which will generate all the code that needs to be generated
77
80
# Note that the tag argument isn't useful here, since we will
You can’t perform that action at this time.
0 commit comments