Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anycodes committed Apr 22, 2021
1 parent 259151c commit dee48b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/registry-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
ls
- name: Publish package
env:
publish_token: ${{ secrets.alibaba_registry_publish_token }}
publish_token: ${{ secrets.publish_token }}
run: |
ls
python hub-publish.py
4 changes: 2 additions & 2 deletions publish.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Type: Component
Name: lambda
Name: devscomp/lambda
Provider:
- AWS
Version: 0.1.1
Version: 1.0.0
Description: 快速部署 Lambda 到 AWS
HomePage: https://github.com/Serverless-Devs-Awesome/lambda-aws-component
Tags:
Expand Down

0 comments on commit dee48b2

Please sign in to comment.