Skip to content

Commit

Permalink
fix: replace deploy steps to run (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvintaywl authored Jun 13, 2022
1 parent e7143bf commit 1697d7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/commands/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ parameters:
default: ""

steps:
- deploy:
- run:
name: <<parameters.step-name>>
environment:
PARAM_REGISTRY: <<parameters.registry>>
Expand Down
2 changes: 1 addition & 1 deletion src/commands/update-description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ parameters:
Name of environment variable storing your Docker password
steps:
- deploy:
- run:
name: Update description
environment:
PARAM_README: <<parameters.readme>>
Expand Down

0 comments on commit 1697d7c

Please sign in to comment.