This is an automated email from the ASF dual-hosted git repository.

jimin pushed a commit to branch docusaurus
in repository https://gitbox.apache.org/repos/asf/incubator-seata-website.git


The following commit(s) were added to refs/heads/docusaurus by this push:
     new e3b0c98b5c optimize: fix serverless-devs build failed (#780)
e3b0c98b5c is described below

commit e3b0c98b5c04a20ee13d54c58fe8f9ac6c1ac48c
Author: jimin <[email protected]>
AuthorDate: Tue Jan 16 17:17:32 2024 +0800

    optimize: fix serverless-devs build failed (#780)
    
    Signed-off-by: slievrly <[email protected]>
---
 .github/workflows/deploy-oss.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/deploy-oss.yml b/.github/workflows/deploy-oss.yml
index 8d3890eb40..ded4da5645 100644
--- a/.github/workflows/deploy-oss.yml
+++ b/.github/workflows/deploy-oss.yml
@@ -40,7 +40,7 @@ jobs:
           BAIDU_LINK_SUBMIT_TOKEN: ${{secrets.BAIDU_LINK_SUBMIT_TOKEN}}
         run: node baiduLinkSubmit.js
       - name: Install serverless-devs
-        run: npm i @serverless-devs/s -g  
--registry=https://registry.npmmirror.com
+        run: npm i @serverless-devs/[email protected] -g  
--registry=https://registry.npmmirror.com
       - name: Config serverless-devs
         run: s config add --AccountID ${{secrets.ACCOUNT_ID}}  --AccessKeyID 
${{secrets.ACCESS_KEYID}} --AccessKeySecret ${{secrets.ACCESS_KEYSECRET}} -a 
seata -f
       - name: Deploy on OSS


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to