Skip to content

Commit f67cbd8

Browse files
committed
Test action
1 parent 2856296 commit f67cbd8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@ jobs:
3131
pnpm lint
3232
pnpm test
3333
- run: |
34-
pnpm build
3534
pnpm publish --access=public
35+
env:
36+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3638
- name: Create Release Pull Request or Publish to npm
3739
id: changesets
3840
uses: changesets/action@v1

0 commit comments

Comments
 (0)