Skip to content

Commit 1104b85

Browse files
authored
Update npm publish command to include public access
1 parent cfc1e5f commit 1104b85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: |
7272
cd alist-web
7373
echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" > ~/.npmrc
74-
pnpm publish --no-git-checks
74+
pnpm publish --no-git-checks --access public
7575
cd ..
7676
env:
7777
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)