Skip to content

Commit 051bd73

Browse files
authored
Merge pull request #71 from ember-cli/fix-publish-branch
fix publish-branch for pnpm publish
2 parents 3b22ba2 + 990eb7d commit 051bd73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
cache: pnpm
3737
- run: pnpm install --frozen-lockfile
3838
- name: Publish to NPM
39-
run: NPM_CONFIG_PROVENANCE=true pnpm release-plan publish
39+
run: NPM_CONFIG_PROVENANCE=true pnpm release-plan publish --publish-branch=release
4040
env:
4141
GITHUB_AUTH: ${{ secrets.GITHUB_TOKEN }}
4242
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)