Skip to content

Commit 0427ec3

Browse files
committed
fix test branch
1 parent e862eec commit 0427ec3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/on-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: release
22
on:
33
push:
44
branches:
5-
- chore/releaseFlow
5+
- main
66
workflow_dispatch: {}
77
jobs:
88
publish:
@@ -22,7 +22,7 @@ jobs:
2222
- name: "Setup npm"
2323
run: |
2424
npm set "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}"
25-
25+
2626
- name: Install packages
2727
run: |
2828
npm ci

0 commit comments

Comments
 (0)