Skip to content

Commit

Permalink
update serverless-dev to 2.2.2 (#922)
Browse files Browse the repository at this point in the history
Signed-off-by: slievrly <[email protected]>
  • Loading branch information
slievrly authored Nov 26, 2024
1 parent 12e6691 commit 12e8316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-oss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/s@2.2.2 -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
Expand Down

0 comments on commit 12e8316

Please sign in to comment.