Skip to content

Commit 90ca17d

Browse files
authored
Update npm-publish.yml
1 parent bc7d71a commit 90ca17d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
- name: Install dependencies
2020
run: pnpm install --frozen-lockfile
2121
- name: Publish package
22-
run: pnpm publish
22+
run: pnpm publish --publish-branch ${{ github.ref_name }}
2323
env:
2424
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)