Skip to content

Commit

Permalink
Teste de release automático
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianosan committed Nov 11, 2024
1 parent 2d02a2e commit 6830583
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 5
fetch-depth: 0

# Verifica se houve mudanças dentro de lambda_functions
- name: Check changes in lambda_functions
Expand Down
1 change: 0 additions & 1 deletion lambda_functions/lambda_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,5 +338,4 @@ def handle(self, handler_input, exception):
sb.add_request_handler(CancelOrStopIntentHandler())
sb.add_request_handler(SessionEndedRequestHandler())
sb.add_exception_handler(CatchAllExceptionHandler())

lambda_handler = sb.lambda_handler()

0 comments on commit 6830583

Please sign in to comment.