Skip to content

Commit aad6e2f

Browse files
committed
Fix Sam Command Typo
1 parent 1f85095 commit aad6e2f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
poetry run sam validate
5757
poetry run sam build
5858
poetry run sam package --s3-bucket nr-serverless-applications --output-template-file packaged.yaml
59-
poetry sam publish --region us-east-1 --template packaged.yaml
59+
poetry run sam publish --region us-east-1 --template packaged.yaml
6060
6161
workflows:
6262
version: 2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aws-log-ingestion"
3-
version = "2.6.1"
3+
version = "2.6.2"
44
description = ""
55
authors = ["New Relic <serverless@newrelic.com>"]
66
license = "Apache 2.0"

template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Metadata:
6262
LicenseUrl: LICENSE
6363
ReadmeUrl: README.md
6464
HomePageUrl: https://github.com/newrelic/aws-log-ingestion
65-
SemanticVersion: 2.6.1
65+
SemanticVersion: 2.6.2
6666
SourceCodeUrl: https://github.com/newrelic/aws-log-ingestion
6767

6868
Resources:

0 commit comments

Comments
 (0)