Skip to content

Commit cd2b41c

Browse files
committed
fix: Set checkout reference to 'master' in publish workflow
1 parent f662774 commit cd2b41c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout code
2020
uses: actions/checkout@v3
2121
with:
22-
ref: ${{ github.event.inputs.mode == 'canary' && 'canary' || 'master' }}
22+
ref: "master"
2323

2424
- name: Setup pnpm
2525
uses: pnpm/[email protected]

0 commit comments

Comments
 (0)