Skip to content

Commit cc665b3

Browse files
committed
Update 52-beta refernces
1 parent 488590b commit cc665b3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- master
7-
- 52-beta
7+
- 52
88
pull_request:
99
types: [assigned, opened, synchronize, reopened]
1010

@@ -64,8 +64,8 @@ jobs:
6464
--yes \
6565
--no-verify-access
6666
67-
- name: Release packages (52-beta)
68-
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/52-beta'
67+
- name: Release packages (52)
68+
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/52'
6969
env:
7070
NODE_AUTH_TOKEN: ${{ secrets.JIGSAW_AUTH_TOKEN }}
7171
run: |

scripts/update-versions-all-branch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Array of branch names - you can modify this array as needed
4-
branches=("50" "master" "52-beta")
4+
branches=("50" "master" "52")
55

66
GREEN='\033[0;32m'
77
BLUE='\033[0;34m'

0 commit comments

Comments
 (0)