Skip to content

Commit bcf6ad0

Browse files
authored
that is getting a bit annoying I might fix that
1 parent 54a8d06 commit bcf6ad0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Checkout source repo
2929
uses: actions/checkout@v4
3030
with:
31-
ref: v2.0.0
31+
ref: v2.2.0
3232

3333
- name: Determine subfolder and zip name
3434
id: set-zip-name
@@ -118,4 +118,4 @@ jobs:
118118
"subfolder": "'"${SUBFOLDER}"'",
119119
"zip_name": "'"${ZIP_NAME}"'"
120120
}
121-
}'
121+
}'

0 commit comments

Comments
 (0)