Skip to content

Commit da1a344

Browse files
authored
Merge pull request #100 from jcsobrino/bump-python-runtime-3.11
Bump python runtime 3.11
2 parents f2877bd + 8188383 commit da1a344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
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-
poetry run sam publish --region us-east-1 --template packaged.yaml
40+
sam publish --region us-east-1 --template packaged.yaml
4141
4242
notify:
4343
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)