Skip to content

Commit

Permalink
build: 0.1.63
Browse files Browse the repository at this point in the history
  • Loading branch information
wss-git authored and heimanba committed Dec 7, 2022
1 parent 3d53109 commit f1ad488
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Component
Name: fc
Provider:
- 阿里云
Version: 0.1.62
Version: 0.1.63
Description: Basic components of Alibaba cloud functional computing
HomePage: https://github.com/devsapp/fc
Tags:
Expand Down
2 changes: 1 addition & 1 deletion src/entry-public-method/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default class EntryPublicMethod {

await this.updateCore(); // 更新到最新版本的 core

this.setCodeUri(inputs); // 修改codeUri
// this.setCodeUri(inputs); // 修改codeUri
// 处理密钥
if (getSecretKey) {
inputs.credentials = await getCredentials(inputs.credentials, inputs.project?.access);
Expand Down

0 comments on commit f1ad488

Please sign in to comment.