Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ihor-kolomiiets committed Mar 26, 2023
1 parent 51b753e commit 4903beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload_release_on_s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ jobs:
aws lambda update-function-code \
--function-name mylambda \
--s3-bucket ${{ secrets.BUCKET }} \
--s3-key source_with_libs.zip
--s3-key source_with_libs.zip \
--publish

0 comments on commit 4903beb

Please sign in to comment.