Skip to content

Commit 552012f

Browse files
authored
Merge 60f71f6 into f36b9c3
2 parents f36b9c3 + 60f71f6 commit 552012f

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
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
pull_request:
78

89
concurrency: ${{ github.workflow }}-${{ github.ref }}
910

@@ -47,5 +48,5 @@ jobs:
4748
publish: pnpm release
4849
env:
4950
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
51+
NPM_TOKEN: ${{ env.NPM_TOKEN }}
5152
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)