We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f2877bd + 8188383 commit da1a344Copy full SHA for da1a344
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
poetry run sam validate
38
poetry run sam build
39
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
+ sam publish --region us-east-1 --template packaged.yaml
41
42
notify:
43
runs-on: ubuntu-latest
0 commit comments