Skip to content

Commit 132c65c

Browse files
authored
Merge pull request #103 from jcsobrino/master
fix: added poetry from command `sam publish`
2 parents da1a344 + 0cdd908 commit 132c65c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
poetry run sam validate
3838
poetry run sam build
3939
poetry run sam package --s3-bucket nr-serverless-applications --output-template-file packaged.yaml
40-
sam publish --region us-east-1 --template packaged.yaml
40+
poetry run sam publish --region us-east-1 --template packaged.yaml
4141
4242
notify:
4343
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)