Skip to content

Commit f48b587

Browse files
committed
Added github workflow
1 parent 8505053 commit f48b587

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- run: pnpm install
4747
- run: pnpm run build
48-
- run: pnpm publish --no-git-checks -r
48+
- run: pnpm publish --access public --no-git-checks -r
4949
env:
5050
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
5151

@@ -67,6 +67,6 @@ jobs:
6767

6868
- run: pnpm install
6969
- run: pnpm run build
70-
- run: pnpm publish --no-git-checks -r
70+
- run: pnpm publish --access public --no-git-checks -r
7171
env:
7272
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/sh
2-
pnpm publish -r --tag beta
2+
pnpm publish --access public -r --tag beta

0 commit comments

Comments
 (0)