Skip to content

Commit 8d4e9ed

Browse files
committed
update ci again
1 parent c770af2 commit 8d4e9ed

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.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-
- 53
7+
- 54
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 (53)
68-
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/53'
67+
- name: Release packages (54)
68+
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/54'
6969
env:
7070
NODE_AUTH_TOKEN: ${{ secrets.JIGSAW_AUTH_TOKEN }}
7171
run: |

0 commit comments

Comments
 (0)