We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5255c1b commit c7fafbaCopy full SHA for c7fafba
1 file changed
.github/workflows/send-beta-build.yml
@@ -3,7 +3,7 @@ name: Deploy to Beta
3
on:
4
push:
5
branches:
6
- - updates
+ - v2.0.0
7
8
concurrency:
9
group: "deploy-beta"
@@ -22,7 +22,7 @@ jobs:
22
- name: Checkout source repo
23
uses: actions/checkout@v4
24
with:
25
- ref: updates
+ ref: v2.0.0
26
27
- name: Determine subfolder and zip name
28
id: set-zip-name
@@ -114,4 +114,4 @@ jobs:
114
"subfolder": "'"${SUBFOLDER}"'",
115
"zip_name": "'"${ZIP_NAME}"'"
116
}
117
- }'
+ }'
0 commit comments