Skip to content

Commit c7fafba

Browse files
authored
Change branch from 'updates' to 'v2.0.0' in workflow
1 parent 5255c1b commit c7fafba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/send-beta-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy to Beta
33
on:
44
push:
55
branches:
6-
- updates
6+
- v2.0.0
77

88
concurrency:
99
group: "deploy-beta"
@@ -22,7 +22,7 @@ jobs:
2222
- name: Checkout source repo
2323
uses: actions/checkout@v4
2424
with:
25-
ref: updates
25+
ref: v2.0.0
2626

2727
- name: Determine subfolder and zip name
2828
id: set-zip-name
@@ -114,4 +114,4 @@ jobs:
114114
"subfolder": "'"${SUBFOLDER}"'",
115115
"zip_name": "'"${ZIP_NAME}"'"
116116
}
117-
}'
117+
}'

0 commit comments

Comments
 (0)