Skip to content

Commit 2856296

Browse files
committed
Test action
1 parent d77f990 commit 2856296

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
@@ -30,7 +30,9 @@ jobs:
3030
pnpm build
3131
pnpm lint
3232
pnpm test
33-
- run: pnpm build
33+
- run: |
34+
pnpm build
35+
pnpm publish --access=public
3436
- name: Create Release Pull Request or Publish to npm
3537
id: changesets
3638
uses: changesets/action@v1

0 commit comments

Comments
 (0)