Skip to content

Commit 580e670

Browse files
committed
?
1 parent 56b641f commit 580e670

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@ name: release
22
on:
33
push:
44
branches:
5-
- master
5+
- 'master'
66

77
jobs:
88
stable:
99
uses: the-guild-org/shared-config/.github/workflows/release-stable.yml@main
1010
with:
1111
releaseScript: release
1212
nodeVersion: 18
13+
packageManager: pnpm
1314
secrets:
1415
githubToken: ${{ secrets.GITHUB_TOKEN }}
1516
npmToken: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)