We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9106bad commit 36c7e76Copy full SHA for 36c7e76
.github/workflows/issue1143.yml
@@ -2,7 +2,7 @@ name: Release (Private Packages)
2
on:
3
push:
4
branches:
5
- - master
+ - main # Ensure this matches your default branch
6
paths:
7
- ".changeset/**"
8
- ".github/workflows/packages-release.yml"
@@ -23,7 +23,7 @@ jobs:
23
fetch-depth: 0
24
- uses: pnpm/action-setup@v4
25
with:
26
- version: 7.5.0
+ version: 7.5.0 # Specify the pnpm version here
27
- name: setup node.js
28
uses: actions/setup-node@v3
29
0 commit comments