This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/main by this push:
new 86faaa47 ci(bindings/nodejs): Access should be set to public before
publish (#1919)
86faaa47 is described below
commit 86faaa4781d1c4217dd316121b7f8130bd04f5f9
Author: Xuanwo <[email protected]>
AuthorDate: Wed Apr 12 12:24:44 2023 +0800
ci(bindings/nodejs): Access should be set to public before publish (#1919)
* ci(bindings/nodejs): Access should be set to public before publish
Signed-off-by: Xuanwo <[email protected]>
* Update
Signed-off-by: Xuanwo <[email protected]>
---------
Signed-off-by: Xuanwo <[email protected]>
---
.github/workflows/bindings_nodejs.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/bindings_nodejs.yml
b/.github/workflows/bindings_nodejs.yml
index 2ba617d5..21d662b6 100644
--- a/.github/workflows/bindings_nodejs.yml
+++ b/.github/workflows/bindings_nodejs.yml
@@ -244,7 +244,7 @@ jobs:
- name: Publish
run: |
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
- npm publish
+ npm publish --access public
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}