Skip to content

Commit 36c7e76

Browse files
Update issue1143.yml
1 parent 9106bad commit 36c7e76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/issue1143.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release (Private Packages)
22
on:
33
push:
44
branches:
5-
- master
5+
- main # Ensure this matches your default branch
66
paths:
77
- ".changeset/**"
88
- ".github/workflows/packages-release.yml"
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 0
2424
- uses: pnpm/action-setup@v4
2525
with:
26-
version: 7.5.0
26+
version: 7.5.0 # Specify the pnpm version here
2727
- name: setup node.js
2828
uses: actions/setup-node@v3
2929
with:

0 commit comments

Comments
 (0)