Skip to content

Commit

Permalink
Merge pull request #103 from jcsobrino/master
Browse files Browse the repository at this point in the history
fix: added poetry from command `sam publish`
  • Loading branch information
jcsobrino committed Feb 5, 2024
2 parents da1a344 + 0cdd908 commit 132c65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
poetry run sam validate
poetry run sam build
poetry run sam package --s3-bucket nr-serverless-applications --output-template-file packaged.yaml
sam publish --region us-east-1 --template packaged.yaml
poetry run sam publish --region us-east-1 --template packaged.yaml
notify:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 132c65c

Please sign in to comment.