Skip to content

Commit c10edd3

Browse files
author
skychx
committed
ci(config): --access public
1 parent 3d77c60 commit c10edd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ jobs:
7676
# Check if version contains pre-release identifier
7777
if [[ "$VERSION" =~ -[a-zA-Z0-9.-]+$ ]]; then
7878
# This is a pre-release version
79-
pnpm publish -r --filter "{packages/*}" --no-git-checks --tag beta
79+
pnpm publish -r --filter "{packages/*}" --access public --no-git-checks --tag beta
8080
else
8181
# This is a stable release
82-
pnpm publish -r --filter "{packages/*}" --no-git-checks --tag latest
82+
pnpm publish -r --filter "{packages/*}" --access public --no-git-checks --tag latest
8383
fi

0 commit comments

Comments
 (0)